Laboratory 07 GLAB Review

background image

Review Task 1:

Write a program that counts how many times each letter of the alphabet appears in a
sentence input by the user. Do not modify the main method:

public static void main(String[] args)

{

String s = AskUser();

CountEachLetter(s);

}

Desired output:

Please type a sentence:

Ala ma kota

The following letters appear in the sentence:

a – 4

k - 1

l – 1

m – 1

o - 1

t - 1

Hints:
- use s.toLowerCase() to get rid of capital letters
- use s.charAt(i) to check characters of a string
- characters can be incremented just like integers

PROGRAMMING
EXERCISE

background image

Things you will be graded on:

the program compiles 10%

the output is exactly correct 10%

AskUser

method 30%

CountEachLetter

method 50%

background image

Review Task 2:

Write a program that rounds all numbers in an array
input by the user to the nearest 100. Do not modify
the main method:

public static void main(String[] args)

{

int[] arrayA = askUser(“Type in 5 numbers");

arrayA = roundArray(arrayA);

printArray(arrayA);

}

Hint: use Math.round()

PROGRAMMING
EXERCISE


Wyszukiwarka

Podobne podstrony:
Autodesk Inventor Laboratorium 07
wnioski, EiE labo, Elektronika i Energoelektronika. Laboratorium, 07. Wzmacniacz operacyjny – zastos
wzmacniacz3, EiE labo, Elektronika i Energoelektronika. Laboratorium, 07. Wzmacniacz operacyjny – za
elektr-wzmoper, EiE labo, Elektronika i Energoelektronika. Laboratorium, 07. Wzmacniacz operacyjny –
Pomiar ciepła spalania, pwr biotechnologia(I stopień), III semestr, Chemia fizyczna - laboratorium,
Wzmacniacz operacyjny - parametry, EiE labo, Elektronika i Energoelektronika. Laboratorium, 07. Wzma
laboratorium 07 id 261474 Nieznany
wzmacniacz operacyjny - zastosowanie nieliniowe, EiE labo, Elektronika i Energoelektronika. Laborato
PEiM 13 - Wzmacniacz operacyjny, EiE labo, Elektronika i Energoelektronika. Laboratorium, 07. Wzmacn
Laboratory 11 GLAB2 Review
Autodesk Inventor Laboratorium 07
Autodesk AutoCAD Laboratorium 07
Autodesk Inventor Laboratorium 07
laboratorium 07
Laboratorium sprawozdanie 07 2
07', Laboratorium Metrologii Elektrycznej i Elektronicznej
Laboratorium sprawozdanie 07 id 261447
86 Nw 07 Waga laboratoryjna
laboratorium artykul 2007 07 3760

więcej podobnych podstron