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, 21.06.2019 23:00
Describe in pseudocode an algorithm that given an integer n and a linked list of elements increases the linked list by a factor of n by replacing each element in the original list with n copies of that element. for example, if l: [18, 7, 4, 24, 11] and n = 3 the resulting list should be l: [18, 18, 18, 7, 7, 7, 4, 4, 4, 24, 24, 24, 11, 11, 11]. if the value of n is less than or equal to 0, the list should be empty after the call. what’s the running time of your algorithm?
Answers: 3
question
Computers and Technology, 22.06.2019 10:10
3. bob is arguing that if you use output feedback (ofb) mode twice in a row to encrypt a long message, m, using the same key each time, it will be more secure. explain why bob is wrong, no matter what encryption algorithm he is using for block encryption (15 points).
Answers: 3
question
Computers and Technology, 23.06.2019 17:30
Write pseudocode to represent the logic of a program that allows the user to enter a value. the program multiplies the value by 10 and outputs the result.
Answers: 1
question
Computers and Technology, 24.06.2019 07:00
Why would a business likely use a java applet - to back up their data files for the business - to create a program that a customer can launch in their web browser - to create music on a powerpoint presentation - to organize files on their company directory
Answers: 3
You know the right answer?
Complete the program by entering the missing statements. input: student name, age example input: m...
Questions
question
Mathematics, 23.10.2020 22:00
question
Mathematics, 23.10.2020 22:00
question
French, 23.10.2020 22:00
question
Mathematics, 23.10.2020 22:00
question
Biology, 23.10.2020 22:00
question
Chemistry, 23.10.2020 22:00
Questions on the website: 13722362