EstelaRamic / Numbers

Malo teorije brojeva
0 stars 0 forks source link

implementacija metode za ispis Armstrongovih brojeva i main metode - izbornika #2

Open EstelaRamic opened 6 years ago

EstelaRamic commented 6 years ago

Write method that prints Armstrong numbers less than 1000. of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 371 is an Armstrong number since 33 + 73 + 1**3 = 371.

Write main method that will ask user to choose what method will he use. Ex. if user chose that he wants Marsenne primes that will be option D.

EldinZaimovic commented 6 years ago

Done

EstelaRamic commented 6 years ago

Imala sam još jednu ispravku na tvom kodu: nisi ponudio opciju za ispis Fibonacijevih brojeva, ali sam to dodala online na master codu. U suštini trebalo je da uvježbamo i to vraćanje, ispravljanje i ponovno merdžanje (što sam ja izvježbala na svojoj grani htjela-ne htjela). Tako da ćeš i ti vjerovatno to imati kod sebe na zadatku gdje budeš lider, pa ćemo savladati. Uglavnom ja ovo postavljam na forum.