Additional explanation:This project will involve you creating a software floating point system for the MLKY programming language. Follow the directions in P1_Documentation.pdf. The starting code is provided for you in project1_handout.tar; this code will compile on Zeus and the supporting program will only run on Zeus. This will untar to provide a Handout directory. Your […]
Archive for the ‘C++’ Category
Programming HW 2
January 29th, 2020
Write a program that does the following in order: Displays a welcome message to the user, and then asks them for the following information in order:Homework grades for homeworks 1-7, recitation grades for recitations 1-6, test 1, test 2, and final exam. (See sample runs). This will feel a little tedious with a lot of […]