Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is wrong with my code? Whenever i press ctr-z it won't move to another statement. Can you please help me debug or write a

image text in transcribedimage text in transcribed

What is wrong with my code? Whenever i press ctr-z it won't move to another statement. Can you please help me debug or write a new one?

Thank you

Textbook Solutions Expert Q& Toolbox Project1.c + x $ Project 1 - #define _CRT_SECURE_NO_WARNINGS (Global Scope) #include C. Command Prompt - source repos Project1\Debug Project1.exe C:\Users\Duy Nguyen>AZ C:\Users\Duy Nguyen>source epos\Project1\Debug Project1.exe Enter a integer sequence: min 009 Enter a integer sequence: int count = 0; int sq=0; double avg=0; int larg=0, small=0; int sum = 0, cnt = 0; Ovoid main() { printf("Enter a integer sequence: "); count = scanf("%d", &sq); Enter a integer sequence: Enter a integer sequence: Z if (count == 1) { larg = sq; small = sq; sum += sq; cnt++; C:\Users\Duy Nguyen> C:\Users\Duy Nguyen>source epos\Project1\Debug\Project1.exe Enter a integer sequence: while (count == 1) { printf("Enter a integer sequence: "); count = scanf("%d", &sq); if (count==1){ if (sq > larg) { larg = sq; Enter a integer sequence: Enter a integer sequence: Enter a integer sequence: AZ if (sq

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

Students also viewed these Databases questions