Write a C++ program, using function, to counts uppercase letter in a 20 letters entered by the user in the main program.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
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:
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
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Algebraic Expressions
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education