try this with 3 trials using: 1357, 123456, and a 2-5 digit integer.
Posted: Sun Jul 03, 2022 11:59 am
try this with 3 trials using: 1357, 123456, and a 2-5 digit integer.
Write a C# program that takes an integer as input and computes and displays the reverse of that integer and also the triple of the reversed integer. For example, if you input 1357, your program will compute and display 7531 and also 22593. Test your program with these 3 inputs: 1357, 123456, and an integer of your choice between 2 and 5 digits.
Write a C# program that takes an integer as input and computes and displays the reverse of that integer and also the triple of the reversed integer. For example, if you input 1357, your program will compute and display 7531 and also 22593. Test your program with these 3 inputs: 1357, 123456, and an integer of your choice between 2 and 5 digits.