Programming Assignment: Print CV and Perform Arithmetic Operation, Exercises of Assembly Language Programming

Details of a programming assignment for students. The assignment includes two tasks: writing a program to print a cv and writing a program to perform an arithmetic operation. The arithmetic operation involves taking two numbers as input from the user, initializing two more numbers, and calculating the result using the given formula. The result is then displayed on the screen.

Typology: Exercises

2011/2012

Uploaded on 07/26/2012

parina
parina 🇮🇳

4.4

(67)

222 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ASSIGNMENT #1
1. Write a program that prints your CV.
2. Write a program that takes 2 numbers (char int) as input from user (n1 and n2)
and initialize 2 numbers n3 and n4 with any numbers and then calculate the result
according tot eh formula give bellow and display the result on the screen
n5=n1+n2-n3*n4
docsity.com

Partial preview of the text

Download Programming Assignment: Print CV and Perform Arithmetic Operation and more Exercises Assembly Language Programming in PDF only on Docsity!

ASSIGNMENT

  1. Write a program that prints your CV.
  2. Write a program that takes 2 numbers (char – int) as input from user (n1 and n2) and initialize 2 numbers n3 and n4 with any numbers and then calculate the result according tot eh formula give bellow and display the result on the screen n5=n1+n2-n3*n

docsity.com