jcrist7775 jcrist7775
  • 20-07-2019
  • Computers and Technology
contestada

Write a C++ program which finds the reverse of a number.

Respuesta :

crystalbellofs
crystalbellofs crystalbellofs
  • 20-07-2019

Answer:

C++ Program to reverse number

#include <iostream>

using namespace std;

int main()

{

int n, reverse=0, rem;

cout<<"Enter a number: ";

cin>>n;

while(n!=0)

Explanation:

Answer Link

Otras preguntas

Find the next three terms in the pattern 9,4,-1,-6,-11 then describe the pattern
name the values of the given digits the 4s in a 4400
Which document encouraged the colonists to fight until they reached independence
what is 4/16 as a percentage
What is 1,705 + _____ = 3,627 what is the missing number on the blank
Which continent is just south of North America Which ocean is east of Africa
How to write a decimal number in two hundred ten thousand, fifty and nineteen hundredth
How many solutions does the equation have? a+5=1/5(15+5a) A. one solution B. infinite solutions C. no solution 1/5 is a fraction fyi
what is 3/4 - 5/10 please showing work
Alan is 14 years old. This is twice as old as his brother James is. How old is james?