PROBLEM: Write a C++ Program to solve the following using functions: a. Convert Binary Number to Decimal b. Convert Decimal Number to Octal c. Convert Decimal Number to Binary d. Convert Octal Number to Decimal The program will ask the user to select from the above choices of what to perform. It will display "invalid input" if the initial input is other than a, b, c, and d. After this, the program will terminate.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
PROBLEM:
Write a C++ Program to solve the following using functions:
a. Convert Binary Number to Decimal
b. Convert Decimal Number to Octal
c. Convert Decimal Number to Binary
d. Convert Octal Number to Decimal
The program will ask the user to select from the above choices of what to perform. It will display "invalid input if the initial input is other than a, b, c, and d. After this, the program will terminate.
SPECIFICATIONS:
Develop the following functions (with passing parameter/s):
• Create a function named getBinary Decimal which accepts the binary digits and returns the equivalent decimal number.
Create a function named getDecimalOctal which accepts the decimal number and returns the equivalent octal number.
• Create a function named getDecimalBinary which accepts the decimal number and returns the equivalent binary digits.
• Create a function named getOctal Decimal which accepts octal number and returns the equivalent decimal number.
TEST CASES:
Please choose the operation to be performed:
[a] Convert Binary Number to Decimal
[b] Convert Decimal Number to Octal
[c] Convert Decimal Number to Binary
[d] Convert Octal Number to Decimal
Respond: a
Input a Binary number: 11101
Equivalent Decimal number: 29
Continue? [y/n]: y
Please choose the operation to be performed:
[a] Convert Binary Number to Decimal
[b] Convert Decimal Number to Octal
[c] Convert Decimal Number to Binary
[d] Convert Octal Number to Decimal
Respond: b
Input a Decimal number: 78
Equivalent Octal number: 116
Continue? [y/n]: y
Please choose the operation to be performed:
[a] Convert Binary Number to Decimal
[b] Convert Decimal Number to Octal
[c] Convert Decimal Number to Binary
[d] Convert Octal Number to Decimal
Respond: d
Input an Octal number: 5567
Equivalent Decimal number: 2935
Continue? [y/n]: n
... Program Terminated...
Transcribed Image Text:PROBLEM: Write a C++ Program to solve the following using functions: a. Convert Binary Number to Decimal b. Convert Decimal Number to Octal c. Convert Decimal Number to Binary d. Convert Octal Number to Decimal The program will ask the user to select from the above choices of what to perform. It will display "invalid input if the initial input is other than a, b, c, and d. After this, the program will terminate. SPECIFICATIONS: Develop the following functions (with passing parameter/s): • Create a function named getBinary Decimal which accepts the binary digits and returns the equivalent decimal number. Create a function named getDecimalOctal which accepts the decimal number and returns the equivalent octal number. • Create a function named getDecimalBinary which accepts the decimal number and returns the equivalent binary digits. • Create a function named getOctal Decimal which accepts octal number and returns the equivalent decimal number. TEST CASES: Please choose the operation to be performed: [a] Convert Binary Number to Decimal [b] Convert Decimal Number to Octal [c] Convert Decimal Number to Binary [d] Convert Octal Number to Decimal Respond: a Input a Binary number: 11101 Equivalent Decimal number: 29 Continue? [y/n]: y Please choose the operation to be performed: [a] Convert Binary Number to Decimal [b] Convert Decimal Number to Octal [c] Convert Decimal Number to Binary [d] Convert Octal Number to Decimal Respond: b Input a Decimal number: 78 Equivalent Octal number: 116 Continue? [y/n]: y Please choose the operation to be performed: [a] Convert Binary Number to Decimal [b] Convert Decimal Number to Octal [c] Convert Decimal Number to Binary [d] Convert Octal Number to Decimal Respond: d Input an Octal number: 5567 Equivalent Decimal number: 2935 Continue? [y/n]: n ... Program Terminated...
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY