Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a sort program below the will use a try-catch block to produce an error if the user enters in a negative number. Program should
write a sort program below the will use a try-catch block to produce an error if the user enters in a negative number. Program should have a function to double the number that hte user enters.[int doubleNum(int)] program should produce out put like below:
Enter a positive interger and i will doulbe it!
-4
ERROR: Your number is not a positive number.
or
Enter a positive interger and i will double it!
3
Your number doubled is 6
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started