Question: Write C + + Program to check whether a number is prime number or not. ( A prime number is only divisible by 1 and
Write Program to check whether a number is prime number or not. A prime number is only
divisible by and itself without leaving a remainder
Write program to find sum of series dots..
Write Program to do arithmetic operations according to user choice using switch case.
Write program to calculate area of a circle, a rectangle or a triangle depending upon user's
choice.
Rewrite the following loops as for loops.
a int ;
while
if i
cout X;
i;
b int ;
while
Chapter More Flow of Control
cout ;
;
c long ;
do
cout X;
;
while ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
