You are given the code below. It's a game where the user has to guess a sequence of four 1-digit numbers separated by spaces. The code doesn't contain any mistakes. Answer all the following questions: a. Which are the numbers in the sequence to be guessed? Write them in order. b. How many attempts does the user have to guess the sequences before he/she loses? c. What would be the output of the program if the user given the numbers 9 2 35 in the first attempt and 6745 in the second attempt. d. Make the necessary changes to the code so that the sequence to be guessed is 4 5 6 7. #include б. 8 10 int main () int i,j,a=1,secret [4], guess [4]; for (i-0; i<4; i++) secret[i]= 8-2*a-i; a=1-a; for (i=0; i<=10; i++) printf("Try to guess the 4 digit sequence:\nTry #id:",i+1); scanf ("id id id id", &guess [0],&guess [1], &guess [2], &guess [3]); a=0; for (j-0; j<4; j++) if (secret jl guess [j]) a+t; if (a<4) printf("Only d numbers are correct. Try again. \n", a); else printf("You won!\n Game Over. \n"); return 0; printf("No more attempts. You lost!\n Game Over.\n"); return 1;

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 11PE: The program in the Programming Example: Fibonacci Number does not check whether the first number...
icon
Related questions
Question
I need the answer as soon as possible
6. You are given the code below. It's a game where the user has to guess a sequence of
four 1-digit numbers separated by spaces. The code doesn't contain any mistakes.
Answer all the following questions:
a. Which are the numbers in the sequence to be guessed? Write them in order.
b. How many attempts does the user have to guess the sequences before he/she loses?
c. What would be the output of the program if the user given the numbers 9 2 3 5 in the
first attempt and 6745 in the second attempt.
d. Make the necessary changes to the code so that the sequence to be guessed is 4 5 6 7.
#include <stdio.h>
5
8.
10
int main ()
int i,j,a=1, secret [4], guess [4];
for (i-0; i<4; i++)
secret [i]= 8-2*a-i;
a=1-a;
for (i=0; i<=10; i++)
printf("Try to guess the 4 digit sequence: \nTry #id:",i+1);
scanf ("id $d sd id", &guess [0],&guess [1], &guess [2],&guess [3]);
a 0;
for (j-0; j<4; j++)
if (secret (jl == guess [j1)
a+t;
if (a<4)
printf("Only %d numbers are correct. Try again. \n", a);
else
printf ("You won!\n Game Over. \n");
return 0;
printf ("No more attempts. You lost!\n Game Over.\n");
return 1;
Transcribed Image Text:6. You are given the code below. It's a game where the user has to guess a sequence of four 1-digit numbers separated by spaces. The code doesn't contain any mistakes. Answer all the following questions: a. Which are the numbers in the sequence to be guessed? Write them in order. b. How many attempts does the user have to guess the sequences before he/she loses? c. What would be the output of the program if the user given the numbers 9 2 3 5 in the first attempt and 6745 in the second attempt. d. Make the necessary changes to the code so that the sequence to be guessed is 4 5 6 7. #include <stdio.h> 5 8. 10 int main () int i,j,a=1, secret [4], guess [4]; for (i-0; i<4; i++) secret [i]= 8-2*a-i; a=1-a; for (i=0; i<=10; i++) printf("Try to guess the 4 digit sequence: \nTry #id:",i+1); scanf ("id $d sd id", &guess [0],&guess [1], &guess [2],&guess [3]); a 0; for (j-0; j<4; j++) if (secret (jl == guess [j1) a+t; if (a<4) printf("Only %d numbers are correct. Try again. \n", a); else printf ("You won!\n Game Over. \n"); return 0; printf ("No more attempts. You lost!\n Game Over.\n"); return 1;
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Program on Numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,