Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using basic c++ write a separate code for each question. 1. Palindrome if else Try to find if a 5 digit input number is a

Using basic c++ write a separate code for each question.

1. Palindrome if else Try to find if a 5 digit input number is a palindrome Get one 5 digit number from user Output: Enter a five-digit integer: 12345 12345 is not a palindrome Enter a five-digit integer: 34543 34543 is a palindrome

2. WiFi Diagonostics using multiple ifs PRINT: This program will help you diagnose a bad WiFi connection. 1 st level Check the below (Use string1== string2) method PRINT: Perform this action: Reboot the computer and try to connect. PRINT: Did that fix the problem? (Enter yes or no) If yes come out of the loop and print Glad the problem is fixed. Have a good day!. If no 2nd level Check the below PRINT: Perform this action: Reboot the router and try to connect."); PRINT: did that fix the problem? (Enter yes or no): If yes come out and print Glad the problem is fixed. Have a good day!. If no 3rd level Check the below PRINT: Perform this action: Make sure the cables between the router and modem are plugged in firmly. PRINT: Did that fix the problem? (Enter yes or no): If yes come out and print Glad the problem is fixed. Have a good day!. If no 4 th level Check the below PRINT: Perform this action: Move the router to a new location.; PRINT: Did that fix the problem? (Enter yes or no): If yes come out and print Glad the problem is fixed. Have a good day!. If no PRINT: Get a new router.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visualizing Health And Healthcare Data Creating Clear And Compelling Visualizations To See How Youre Doing

Authors: Katherine Rowell ,Lindsay Betzendahl ,Cambria Brown

1st Edition

1119680883, 978-1119680888

More Books

Students also viewed these Databases questions