Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How could I create a program for this in C programming? The student will demonstrate the ability to use and understand the for loop Program

How could I create a program for this in C programming? image text in transcribed
The student will demonstrate the ability to use and understand the for loop Program Specifications: This program requires the student to create a programming loop. The program's loop with loop between 5 and 50 times. Each loop will represent one week of the user eating and buying food. Each week the user will input the amount he or she spent on food. If the person spends more than $250 then the program will output "You are going to get fat." If the person spends less than $50.55 then the program will output "You are going to starve." After the final loop the program will display the lowest amount spent on any one week along with the most spent on any one week. Submission Requirements: You are to write your c source code within a Visual Studios Project Folder. You can place your design tool within the SRC folder. You can send the project to the Windows Compress Feature. You can then attach the zipped document to the canvas assignment thread. . OR You are to write your source code and create a c source code document. are to create your design tool. You are to attach the *.c source code and your design tool document to the Canvas assignment thread You . YOU CANNOT: Use global variables Use the word goto Use the break command outside a case statement . The student will demonstrate the ability to use and understand the for loop Program Specifications: This program requires the student to create a programming loop. The program's loop with loop between 5 and 50 times. Each loop will represent one week of the user eating and buying food. Each week the user will input the amount he or she spent on food. If the person spends more than $250 then the program will output "You are going to get fat." If the person spends less than $50.55 then the program will output "You are going to starve." After the final loop the program will display the lowest amount spent on any one week along with the most spent on any one week. Submission Requirements: You are to write your c source code within a Visual Studios Project Folder. You can place your design tool within the SRC folder. You can send the project to the Windows Compress Feature. You can then attach the zipped document to the canvas assignment thread. . OR You are to write your source code and create a c source code document. are to create your design tool. You are to attach the *.c source code and your design tool document to the Canvas assignment thread You . YOU CANNOT: Use global variables Use the word goto Use the break command outside a case statement

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

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions

Question

3. What are potential solutions?

Answered: 1 week ago