0% found this document useful (0 votes)
7 views1 page

ICS265 C Programming Project3 - Fall 2024

The document outlines Project #3 for ICS 265-50 C Programming at Metropolitan State University, due on 10/19/24, which involves designing an Earthquake Tracking App for Minnesota. Key tasks include displaying earthquake data, calculating damage costs, creating a city search function, and implementing a continuous search loop. Deliverables include the Project3.c file and screenshots for each task.

Uploaded by

Jamal Sherif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

ICS265 C Programming Project3 - Fall 2024

The document outlines Project #3 for ICS 265-50 C Programming at Metropolitan State University, due on 10/19/24, which involves designing an Earthquake Tracking App for Minnesota. Key tasks include displaying earthquake data, calculating damage costs, creating a city search function, and implementing a continuous search loop. Deliverables include the Project3.c file and screenshots for each task.

Uploaded by

Jamal Sherif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Metropolitan State University Fall 2024

ICS 265-50 C Programming


Project #3 – Due Saturday, 10/19/24.
An Earthquake Tracking App - Applying Arrays
Designing: Design an application to track earthquakes in Minnesota

Source: https://conservancy.umn.edu/bitstream/handle/11299/59426/mn%20glance%20earthquake%202%20page.pdf

Grading (25 points/task)


1) Display your name and all data for the following columns: Sequence#, Name, Date, and Magnitude
2) Create a column labeled Damage Cost calculated by multiplying Magnitude x 1000000 (million)
3) Create a function to search for a city. If it is found, display all the above information for such a city
4) Implement a while loop to help the user continuously search for cities until he/she quits program

Deliverables: Upload the Project3.c file and a JPG screenshot for each of the tasks above (i.e., task1.jpg)

Note: It is suggested that you eventually test your program using Visual Studio code preparing for the next project

Project developed by Sam Espana. File content cannot be reproduced without the author’s written permission.

You might also like