UMBC CMSC 211

CSEE | 211 | Current | lectures | news | help


Project Extra Credit Due: 11 Dec

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 Comment Block

Use the following comment block at the beginning of your source code:
;; Filename:       projEC.asm
;; Name:           Ima Student
;; SSAN:           6789  
;; Date:           3 Dec 2001
;; Course:         CMSC-211 
;; Description:    
;;     Analysis:   
;;       Input:
;;       Output:
;;       Formulas:
;;       Constraints:
;;       Assumpitons:
;;     Design:     (Your psuedocode goes here.  Must be detailed)
;; Notes:          (As needed, such has how to assemble.)


UMBC CMSC211 CSEE | Lectures