Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This assignment is in C, not C++ We are going to write a program capable of 1. Reading in related numbers, words, and sentences, 2.

This assignment is in C, not C++

We are going to write a program capable of 1. Reading in related numbers, words, and sentences, 2. Storing data in appropriate arrays. 3. Manipulating data in the arrays.4. Printing data in usable format. Problem: Teacher needs to make midterm reports on some students. Write a program that can allow the teacher to select the number of students they would like to report and then for each student allow them to input this :image text in transcribed

output the data in a table format that has column headers and has consistant column spacing. The number values must be right justified. Left justify text. And column headers mush be centered. The user must be able to choose how the table is displayed with these choices:image text in transcribed

Size of the arrays must be controlled with a constant determined by user input

1. the student's first and last name (max 20) 2. the student's last date of attendance (MM-DD-YYYY) 3. the student's average homework score (with 1 decimal point) 4. the student's last exam score (with 1 decimal point) 5. the student's current course grade (with 1 decimal point) 6. brief notes about the student's performance 1. Sorted by last name (a to z) 2. Sorted by current grade (lowest to highest) 3. Sorted by last date of attendance (oldest to newest) 1. the student's first and last name (max 20) 2. the student's last date of attendance (MM-DD-YYYY) 3. the student's average homework score (with 1 decimal point) 4. the student's last exam score (with 1 decimal point) 5. the student's current course grade (with 1 decimal point) 6. brief notes about the student's performance 1. Sorted by last name (a to z) 2. Sorted by current grade (lowest to highest) 3. Sorted by last date of attendance (oldest to newest)

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

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions