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 67 45 in the second attempt. d. Make the necessary changes to the code so that the sequence to be guessed is 4 5 67. include int main() int i,j,a-1,secret [4), guess (41: for (i=0; i<4; i++) secret (i]= 8-2*a-i; a=1-a; for (i=0; i<=10: i++) printf("Iry to quess the 4 digit sequence: \nTry #id:", i+1); scanf ("td id td id", sguess [01,sguess [1], 6guess [21, sguess [3]): a 0; for (j-0; j<4;: j++) if (secret (jl - guess [j]) a++ if (ac4) printf("Only sd numbers are correct. Iry 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;

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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 4567.
include <atdio.h>
int main()
int i,j,a=l,secret [4), guess(41:
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 td id", &guess [01, &guess [1], &guess [21, sguess [3])) ;
a=0;
for (j=0; j<4: j++)
if (secret (j] == guess [j])
if (ac4)
printf("Only sd numbers are correct. Iry 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 4567. include <atdio.h> int main() int i,j,a=l,secret [4), guess(41: 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 td id", &guess [01, &guess [1], &guess [21, sguess [3])) ; a=0; for (j=0; j<4: j++) if (secret (j] == guess [j]) if (ac4) printf("Only sd numbers are correct. Iry 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 4 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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education