Question: solution to the three questions would be appreciated Answer twe Questions in this section) Question I A palindromic number is a number that remains the

solution to the three questions would be appreciated
Answer twe Questions in this section) Question I A palindromic number is a number that remains the same when its digits are reversed. 34543, 22 and 121 are examples of palindromic number. @) Write a C++ program to generate palindromic numbers between 1 and 1000000. Insert useful brief comments in your program to enable your reader to know the steps you are taking at certain important points in your program. (15 Marks) (i) Sketch a flowchart for your program (5 Marks) (20 Marks) The Fibonacci numbers or Fibonaci series or Fibonacci sequence is such that the first two numbers equal to 1 and 0; and a number in the series is the addition of previous two numbers. 0 Write a C++ program to generate Fibonacci numbers between 0 and 1000000. Insert useful in your program to enable your reader to know the steps you are taking at certain important points in your program. (15 Marks) (i) Sketch a flowchart for your program (5 Marks) 20 Marks] 0 Write a C++ program which asks user to input a decimal number then convert it into its equivalent binary number and show the result. Insert useful brief comments in your program to enable your reader to know the steps you are taking at certain important points in your program. (15 Marks) (ii) Sketch a flowchart for your program (5 Marks) (20 Marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
