ICSE Java Programming #25. : Complex (not really) Patterns in Java

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

hey mate ur vids rock!! cleared most of my doubts about java will be expecting more frm u :)

pranavbijwe
Автор

A number is considered prime if it's only factors are 1 and itself.
If your loop runs from 1 to the number, there should be 2 factors (numbers which leave no remainder on dividing)

SumitShyamsukha
Автор

I am not gay .. but this whole playlist of items have given me much help ..
I love you :)

thememe
Автор

awsome explanation thanks a lot ...really u saves me from failing in examinatin ..i am waiting for more programs ....kindly help //

butoolabidi
Автор

Thanks a lot.
I'll be making many more videos as soon as my laptop starts working again.

SumitShyamsukha
Автор

Excellent! This really helped me understand the logic behind this! (My teacher just showed us the code and assured us it worked.) Thanks for the clarification!

GarraOfTheFunk
Автор

You're welcome man. Spread the word. :)

SumitShyamsukha
Автор

in the last loop of the 1st method it should be 
for(int l=1;l<=i;l++)

neetugrover
Автор

Can you help me out with this program ? The question is " WAP to input any roman number and print the same in decimal format using user defined function"

demi
Автор

in the second loop their should be k>=spc; because spc=0; and k++ is there. 

Dangimon
Автор

Good Job Bro :)
And one of the best way to solve this problem is you can use if else statement in inner loop. :). You should try that one as well.
Keep up doing the good job.

iPunjabiMovies
Автор

apologies man, its absolutely correct I was checking out now, its right. Anyways you are doing a great job, thanks again. :)

Rudra
Автор

in the second solution, you wrote int spc=0; then there was a loop for (int k=1;k<=spc;k++). i dont think this loop will run, check once more if you can. :)

Rudra
Автор

sup bijwe....missing school already..??

Thedragonrider
Автор

Hey.
Can you please gimme the code for a prime number? or in better words.. THE CONDITION FOR A PRIME NUMBER IN CODE.. i simply can't work it out..and when i do, it is too long.. :/

zaheersattu
Автор

Could you post your code? I don't see why that loop won't run.

SumitShyamsukha
visit shbcf.ru