UMBC CMSC 211

CSEE | 211 | Current | lectures | news | help


Project Extra Credit

Requirements Specfication

Prompt the user for the values of X and Y. X and Y are to be input as integers, which you must convert to floating point. Then solve the equation Z = 2X2 + 4XY + 2Y2.

USE ONLY FLOATING POINT MATH!

Program Header Block

;; Filename:       first.asm
;; Name:           Ima Student  (This is your name.  Without it, you don't
;;                               get a grade.)
;; SSAN:           6789  
;; Date:           3 October 2000
;; Course:         CMSC-211 
;; Description:    (Your psuedocode goes here)
;; Notes:          (As needed, such has how to assembly)


CSEE | 211 | Current | lectures | news | help