• Keine Ergebnisse gefunden

Save your source code aspythagoras.cinto the directoryserie02

N/A
N/A
Protected

Academic year: 2021

Aktie "Save your source code aspythagoras.cinto the directoryserie02"

Copied!
2
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Dirk Praetorius, Wintersemester 2017/18

Michele Ruggeri 19./20.10.2017

Ubungen zur Vorlesung¨

Einf¨uhrung in das Programmieren f¨ur TM Serie 2

Aufgabe 2.1. Write a program which reads the radius r of a circle from the keyboard and prints the corresponding area and perimeter on the screen. Save your source code ascircle.cinto the directory serie02.

Aufgabe 2.2. A Pythagorean triple consists of three natural numbers which can be interpreted as the side lengths of a right triangle. Write a program which reads three natural numbersa, b, c∈Nfrom the keyboard and prints on the screen, whether those three numbers are a Pythagorean triple or not. Save your source code aspythagoras.cinto the directoryserie02.

Aufgabe 2.3. Write a program which reads three real numbersx, y, z∈Rfrom the keyboard and prints the numbers in ascending order on the screen. This means the maximum max{x, y, z}is printed at first and the minimum min{x, y, z} at last. Save your source code assort3.cinto the directoryserie02.

Aufgabe 2.4. Write a program which reads the incomes I ∈ R+0 := {x∈ R : x≥ 0} as well as the expenditures E ∈ R+0 of a company and prints either the profit resp. loss on the screen, or that the incomes are equal to the expenditures. Save your source code asbalance.cinto the directoryserie02.

Aufgabe 2.5. Write a program which reads a number z ∈ N from the keyboard and prints out the corresponding date. The date can be obtained fromzaccording to the conventionDDMMYYYY, e.g., the value z= 19102017 corresponds to October 19, 2017. In the case of an ‘impossible day’, e.g., forz= 12132016 orz= 30022017, the program should print out an error message. Leap years do not have to be considered.

Save your source code asdate.cinto the directoryserie02.

Aufgabe 2.6. Write a program which reads for a given numbern∈Nof exercise sheets, consisting of 8 exercises each, the total number of exercises you have marked as done from the keyboard. Afterwards, it should print both your percentage of marked exercises and whether it allows you to achieve a positive final grade for EPROG or not, on the screen (cf. http://asc.tuwien.ac.at/eprog). Save your source code asexercisegrade.cinto the directoryserie02.

Aufgabe 2.7. Assume that an average of 4 marked exercises per EPROG exercise class yields 22.5 points and an average of 7 yields 37.5 points for the computation of your final grade (without taking the presentations at the blackboard into account). In general, for an average number of marked exercises x∈[4,8] the corresponding number of pointsy∈[22.5,40] can be computed via the following formula,

y= min{40,(5 +x∗10)/2}.

Write a program which reads the average of marked exercises x∈ [4,8] from the keyboard and prints the corresponding number of points y on the screen. Save your source code as exercisepoints.cinto the directoryserie02.

Aufgabe 2.8. What isType-Casting? Which types do exist? What is the output of the following code lines? Explain why!

#include <stdio.h>

main() { int x = 2;

int y = 5.4;

double z = 3.6;

(2)

double erg1 = x / y + z;

double erg2 = (double) x / y;

double erg3 = 3 / 5;

int erg4 = (int) z / 2.;

printf("erg1 = %f\n",erg1);

printf("erg2 = %f\n",erg2);

printf("erg3 = %f\n",erg3);

printf("erg4 = %d\n",erg4);

}

Referenzen

ÄHNLICHE DOKUMENTE

The seasonal heat content changes of the western Mediterranean and the advective exchange of heat through the Straits of Gibraltar and Sicily are estimated on the basis of a

Assume that an average of 4 marked exercises per EPROG exercise class yields 22.5 points and an average of 7 yields 37.5 points for the computation of your final grade (without

Write a function int anagram(char* firstStr, char* secondStr) which checks if a given word is an anagram of a second given word.. An anagram of a word is a letter sequence which

Write a main program, which reads the vector x and its length n from the keyboard, sorts it with mergesort and prints to the screen the sorted vector.. Test your

Check via assert if b ≤ c Write a main program which reads in the bounds and calls the function armstrong.. How did you test the correctness of

Additionally, write a main program that reads in the number x, then calls the function divisor, and prints out the result.. Save your source code as teiler.c into the

Prove or disprove that the union (the intersection) of a set of stages is

Starting from a mean-field hamiltonian with pairing interaction, we use the generator coordi- nate method (GCM) and a generalized gaussian overlap approximation to derive