Skip to content

Aarhus-University-ECE/285191U013-IPFCE-assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFCE-Week-1-introduction

See ./Assignment_Week01.pdf for the assignment.

Build

make
# or
cmake -S . -B build
cmake --build build --target all

Exercises

Exercise 5

Write a program that computes the maximum of two integer numbers.

See src/exercise-5.c for where to write your solution.

Exercise 6

Write a program that adds two numbers; write a program that adds three numbers; write a program that adds four numbers.

See src/exercise-6.c for where to write your solution.

Exercise 7

Challenge: Write a program that computes the maximum number that can be produced by adding at most three arbitrary (possibly negative) integer numbers.

See src/exercise-7.c for where to write your solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •