Question: Please design a program using a basic pseudo code, and a flow chart. I included an example of what level pseudo code I am referring
Write pseudocode and draw flowchart for the following: 1. Design a program that takes as input a number and finds and displays the sum of the first and the last digit of the number using a loop Assumptions: Number is greater than 10 Number doesn't have any trailing zeroes- so no input of the form 001234 is allowed Example: If the number is 21987 then the program will find the sum of 2 and 7 which is 9 and displays this. HINT: Use division (/) and remainder (%) operators
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
