subject

The exercise instructions here are long -- read them all carefully. if you see an internal scrollbar to the right of these instructions, be sure to scroll down to read everything.
given that an integer variable i and a floating-point variable f have already been declared and given values:
write a statement in c that displays the values of i and f to standard output in the following format:
i = value -of - i f = value - of - f
two examples:
example 1: if the values of i and f were 25 and 12.34 respectively, the output would be:
i = 25 f = 12.34
example 2: if the values of i and f's value were 703 and 3.14159, (respectively) the output would be:
i = 703 f = 3.14159
remember: you are given i and f-- that means they are already declared and they already have values ! don't change their values by assigning or initializing them! just print them out the way we have shown above. just write one statement to produce the output.
remember: you don't know what the actual values of i and f are-- they are unlikely to be the values used in the examples above! remember: in your output you must be displaying both the name of the variable (like i) and its value.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:00
If a client wants to make minor edits, what should he/she use?
Answers: 3
question
Computers and Technology, 23.06.2019 15:00
What is the total resistance in a circuit that contains three 60 ohm resistors connected in a series? a. 20 ohms b. 120 ohms c. 60 ohms d. 180 ohms
Answers: 2
question
Computers and Technology, 24.06.2019 02:30
Which option completes the explanation for conflict of interest in an organization
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
You know the right answer?
The exercise instructions here are long -- read them all carefully. if you see an internal scrollba...
Questions
question
Geography, 18.10.2021 01:00
question
English, 18.10.2021 01:00
question
Mathematics, 18.10.2021 01:00
question
Mathematics, 18.10.2021 01:00
question
Spanish, 18.10.2021 01:00
question
Mathematics, 18.10.2021 01:00
Questions on the website: 13722367