Question: Problem 2 : Write a program that computes your PIN number from your birthdate that is entered as 2 integer values for day and month,

Problem 2: Write a program that computes your PIN number from your birthdate that is entered as 2 integer values for day and month, respectively. The PIN number is computed as follows:
multiply the digits of the day (multDay).
add the digits of the month (sumMonth).
find the PIN number using multDay +100* sumMonth.
print your PIN number.
Input /Output Sample:
Enter the day and month: 2311 Your PIN number is 206
I need answer with c++
 Problem 2: Write a program that computes your PIN number from

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!