subject

Complete the program by entering the missing statements. input: student name, age example input: mark, 25 produce the following example output: hello mark. your age is 25. void main() { string name; float age; cout < < "enter your name: "; //missing instruction. use getline() cout < < "enter your age: "; //missing instruction //missing output instruction }

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 13:30
Spoons are designed to be used for: spring hammering. applying body filler. identifying high and low spots. sanding highly formed areas.
Answers: 3
question
Computers and Technology, 23.06.2019 18:00
Which is a possible benefit of having a good credit history? having a checking account low interest rate on a car loan high interest rate on a credit card offer bankruptcy
Answers: 1
question
Computers and Technology, 24.06.2019 09:00
Technician a says that a new replacement part is always good. technician b says that sometimes recent repair work will be the cause of a complaint. who is correct? a. both technicians a and b b. technician a c. technician b d. neither technician a nor b
Answers: 3
question
Computers and Technology, 25.06.2019 05:10
Assume that two parallel arrays have been declared and initialized: healthoption an array of type char that contains letter codes for different healthcare options and annual cost an array of type int. the i-th element of annual cost indicates the annual cost of the i-th element of healthoption. in addition, there is an char variable, best2.write the code necessary to assign to best2 the health option with the lower annual cost, considering only the first two healthcare options. thus, if the values of healthoption are 'b', 'q', 'w', 'z' and the values of annualcost are 8430, 9400, 7050, 6400 your code would assign 'b' to best2 because 8430 is less than 9400 and is associated with 'b' in the parallel array. (we ignore 'w' and 'z' because we are considering only the first two options.)
Answers: 1
You know the right answer?
Complete the program by entering the missing statements. input: student name, age example input: m...
Questions
question
Mathematics, 26.01.2021 02:20
question
Mathematics, 26.01.2021 02:20
question
Mathematics, 26.01.2021 02:20
question
Chemistry, 26.01.2021 02:20
question
Mathematics, 26.01.2021 02:20
question
Mathematics, 26.01.2021 02:20