subject

Write the following program in c++ to print:
q1. the following pattern on the screen
@
@@
@@@

q2. to accept a name from the user and print it with a message.
q3. write a c++ program to accept percentage from the user and display it with a congratulations message. eg: congratulations you have scored xy% in the exam.
q4. write a program to accept a number from the user and identify whether the given number is odd or even.
q5. write a program to accept the radius of a circle from the user and display the area of circumference of the circle.
syntax:
area of circle= pi*radius*radius*
circumference= 2*pi*radius

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:10
Assume that minutes is an int variable whose value is 0 or positive. write an expression whose value is "undercooked" or "soft-boiled" or "medium-boiled" or "hard-boiled" or "overcooked" based on the value of minutes. in particular: if the value of minutes is less than 2 the expression's value is "undercooked"; 2-4 would be a "soft-boiled", 5-7 would be "medium-boiled", 8-11 would be "hard-boiled" and 12 or more would be a "overcooked".
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
question
Computers and Technology, 23.06.2019 11:30
The most accurate readings that you can take on an analog vom are when the meter's pointer is at the a. center scale. b. extreme right. c. near right. d. extreme left.
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
In the blank libreoffice writer document, to start the process of entering a date field into a letter, click on the insert menu. edit menu. file menu. fields menu.
Answers: 3
You know the right answer?
Write the following program in c++ to print:
q1. the following pattern on the screen
@<...
Questions
Questions on the website: 13722367