Question: BOWIE STATE UNIVERSITY SUMMER 2018 PROGRAMMING ASSIGNMENT- 1. Write a C++ program that do the following: Write a function that prints all the characters from

 BOWIE STATE UNIVERSITY SUMMER 2018 PROGRAMMING ASSIGNMENT- 1. Write a C++

BOWIE STATE UNIVERSITY SUMMER 2018 PROGRAMMING ASSIGNMENT- 1. Write a C++ program that do the following: Write a function that prints all the characters from 65-122. (Use loops) a. b. Write a function isPalindrome, which passes a integer and returns true if the number is palindrome and returns false if it is not. Sample output: Enter a three digit number: 323 Number 323 is a palindrome. c. Write a function SumofDigits, which passes a integer and returms sum of the numbers Sample output: Enter a three digit number: 561 Sum of the digits of the number 5+ 6+ I is: 12 d. Write a function ProdofDigits, which passes a 3 digit integer and returns sum of the numbers and return-9999 if the number passed is not a 3 digit number. Sample output: Enter a three digit number: 561 Sum of the digits of the number 561 is: 30 2. Write a C++ program that do the following: a. Write a function getMonth, prompts the user to enter the number of month returns the int variable to the caller. Write a function get Year, prompts the user to enter the number of Year a returns the int variable to the caller. b. c. Write a function isLeap Year, returns true if the Year is leap year and ret false if it is not. d. Write a function that returns number of days in that month. Pass monti Year in the function. Write a function Nameof Month, that returns name of the month. (E. for I. February for 2.... e. Call the Functions in the main. Sample Output Enter the Month:2 ter the Year: 2012

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!