Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Instructions: Complete the following problems in a programming environment (visu

ID: 3669488 • Letter: I

Question

Instructions: Complete the following problems in a programming environment (visual studios). Upload your .cpp fries to d21. Add comments to your tiles that include your name and dawg tag. Due:02/18/16(Thurvday) 1) Write a program to convert a decimal number of any value inputted by the user to a binary number. Prompt: Enter the decimal no: 8 Output: Binary equivalent of 8 is: 1000 2) Write a program to compute Fibonacci sequence for n iterations Prompt: Enter the value for n: 6 Output: 0,1, 1, 2, 3,5 Submit your .cpp file to Desire2Learn

Explanation / Answer

1.

2.

Output:

Enter the value of n : 11