Ask Experts Questions for FREE Help !
Ask
    Simonne's Avatar
    Simonne Posts: 7, Reputation: 1
    New Member
     
    #1

    Nov 10, 2009, 09:23 AM
    Another qbasic programming, student IDs and GPAs
    Generate a report using the provided data file. The report will consist of student IDs and GPAs sorted by classes. Also within each class the students should ordered by GPA from largest to smallest (descending order). After each class list should be a line indicating the class average GPA. Input data file Information:

    INPUT FILE DESCRIPTION File name: Students.lst
    FIELD DESCRIPTION DATA TYPE DECIMALS
    Student ID Character 0
    Class Character 0
    GPA Numeric 2


    ***again if some one could just help me get started I would greatly appreciate the help**

    *here are some of the student IDs and GPAs*
    STU0758,Freshman,2.81 STU0454,Senior,2.03 STU0584,Senior,2.56 STU0979,Sophomore,1.36 STU0123,Freshman,1.59 STU0642,Freshman,2.42 STU0429,Freshman,3.71 STU0470,Freshman,2.58 STU0828,Sophomore,1.99 STU0245,Senior,1.06 STU0702,Junior,3.46 STU0645,Junior,3.18 STU0558,Freshman,3.72 STU0531,Junior,1.22 STU0668,Freshman,1.23 STU0533,Senior,1.12 STU0800,Senior,3.33 STU0349
    Perito's Avatar
    Perito Posts: 3,139, Reputation: 150
    Ultra Member
     
    #2

    Nov 10, 2009, 10:08 AM

    I'm not sure what you need to get started. Basically, you have to figure out how to read the data into the program. You then need to generate a report that prints the information that was requested. It's pretty simple.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Qbasic programming player's stats [ 5 Answers ]

Generate a report using the provided data file. The file contains hitting statistics for baseball players from a few seasons ago. The report will consist of batters' name, total times at bat, total hits, and final batting average. Computations are as follows: 1. total at bats = plate appearances -...

Qbasic programing [ 4 Answers ]

Please help me I have no idea how to program this thing! Develop a program using loops that displays rows of asterisks in two different ways: 1. Ascending then Descending * ** *** ****

QBASIC programming [ 1 Answers ]

Tell me how to do programming in qbasic

Running QBasic in Suse 10 (Linux) [ 11 Answers ]

Background: I have this QBasic program, consisting of these 3 files (QBASIC.EXE, QBASIC.HLP, QBASIC.INI), and it’s currently running on Windows XP SP2 OS. I plan to switch an entire lab to SUSE 10 Linux OS. I have a beginning programming class (senior high) that’s learning this old language. ...


View more questions Search