Write a C++ program, using function, to counts uppercase letter in a 20 letters entered by the user in the main program.
Write a C++ program, using function, to counts uppercase letter in a 20 letters entered by the user in the main program.
C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 11E
Related questions
Question

Transcribed Image Text:ZV1 @
* Asiacell Iı.
محاضرات برمجه متقدمه ۱-جزء ثاني.pdf
WORK SHEET (5)
Functions
Q1: Write a C++ program, using function, to counts uppercase letter in a 20
letters entered by the user in the main program.
Q2: Write a C++ program, using function, that reads two integers (feet and
inches) representing distance, then converts this distance to meter.
Note: 1 foot = 12 inch
1 inch = 2.54 Cm
i.e.:
Input:
feet: 8 or inches: 9
Q3: Write a C++ program, using function, which reads an integer value (T)
representing time in seconds, and converts it to equivalent hours (hr).
minutes (mn), and seconds (sec), in the following form:
hr: mn : sec
i.e.:
Input: 4000
Output: 1:6: 40
Q4: Write a C++ program, using function, to see if a number is an integer
(odd or even) or not an integer.
Q5: Write a C++ program, using function, to represent the permutation of n.
Q6: Write a C++ program, using function, to inputs a student's average and
returns 4 if student's average is 90-100, 3 if the average is 80-89, 2 if the
average is 70-79, 1 if the average is 60-69, and 0 if the average is lower
than 60.
Q7: The Fibonacci
is: 0, 1, 1, 2, 3, 5, 8, 13, 21, ... It begins with the
terms 0 and 1land has the property that each succeeding term is the
sum of the two preceding terms. Write a C++ program, using function,
to calculate the nth Fibonacci number.
Q8: Write a C++ program, using function, to calculate the factorial of an
integer entered by the user at the main program.
Q9: Write a C++ program, using function, to evaluate the following
equation:
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 1 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr

C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning

Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,

C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr

C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning

Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,