6. What is the output of the following C++ program? #include using namespace std; int main () for (int c = 7; c <= 16; c++) switch (c % 10) case 0: cout<<", "; break; case l: cout<<"OFTEN "; break; case 2: case 8: cout<<"IS "; break; case 3: cout<<"NOT "; break; case 4: case 9: cout<<"DONE "; break; case 5: cout<<"WELL "; break; case 6: cout<<". "; break; case 7: cout<<"WHAT "; break; default: cout<<" bad number. "; cout<

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
i li. In. N
O V::)
CPP Lecture4.pdf
->
Page 7
C++ Programming Language
Lecture 4
6. What is the output of the following C++ program?
#include <iostream>
using namespace std;
int main ()
for (int c = 7 ; c <= 16 ; c++
switch (c $ 10)
case 0: cout<<", "; break;
case 1: cout<<"OFTEN "; break;
case 2:
case 8: cout<<"IS "; break;
case 3: cout<<"NOT "; break;
case 4:
case 9: cout<<"DONE "; break;
case 5: cout<<"WELL "; break;
case 6: cout<<". "; break;
case 7: cout<<"WHAT "; break;
default: cout<<" bad number. ";
cout<<endl;
return 0;
7. Write a program that calculates the value of (pi) from the following
series. Stop calculation when the value of (pi) exceeds 8.7235.
Pi = 4 + 4/3 + 4/5 + 4/7 + 4/9+.....
8. Write a program that converts a positive integer number into binary.
9. Write a program that converts a positive integer number into octal.
10.Write a C++ program that reads several integer numbers input by the
user and finds the smallest number. The user should first enter a value
that specifies the number of integer values.
Ex: n=9
10, 8, 4 ,33, 6, 91, 44, 22, 89
Smallest is 4
11.An integer number is said to be a prime if it is divisible only by I and
itself. Write a C++ program that determines if a number is a prime and
use this program to determine and print all the prime numbers between
10 and 30,
Page 8
II
Transcribed Image Text:i li. In. N O V::) CPP Lecture4.pdf -> Page 7 C++ Programming Language Lecture 4 6. What is the output of the following C++ program? #include <iostream> using namespace std; int main () for (int c = 7 ; c <= 16 ; c++ switch (c $ 10) case 0: cout<<", "; break; case 1: cout<<"OFTEN "; break; case 2: case 8: cout<<"IS "; break; case 3: cout<<"NOT "; break; case 4: case 9: cout<<"DONE "; break; case 5: cout<<"WELL "; break; case 6: cout<<". "; break; case 7: cout<<"WHAT "; break; default: cout<<" bad number. "; cout<<endl; return 0; 7. Write a program that calculates the value of (pi) from the following series. Stop calculation when the value of (pi) exceeds 8.7235. Pi = 4 + 4/3 + 4/5 + 4/7 + 4/9+..... 8. Write a program that converts a positive integer number into binary. 9. Write a program that converts a positive integer number into octal. 10.Write a C++ program that reads several integer numbers input by the user and finds the smallest number. The user should first enter a value that specifies the number of integer values. Ex: n=9 10, 8, 4 ,33, 6, 91, 44, 22, 89 Smallest is 4 11.An integer number is said to be a prime if it is divisible only by I and itself. Write a C++ program that determines if a number is a prime and use this program to determine and print all the prime numbers between 10 and 30, Page 8 II
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY