Forum : Urgent help
Brief description  about Online courses   join in Online courses
View vishwanath  srinivas 's Profile

Urgent help

Please explain in detail for the below assignments i tried my best but not got the answer.

11.Take a number from user, make a loop of 1 to 100, and break the loop, if number equal to loop value.
in this example , you have to take a number from user, if that number and loop value is equal then stop the loop. for example, suppose the number is 20 , then loop will run 20 time only.


3. Guessing any number between 1 to 20. run the loop till you not get correct number. For that use prompt() box.

4. Find a number of unique letters in string.

Please explain brefily.

Not in small answer otherwise it will be difficult for me to understand.
Asked by vishwanath srinivas | Aug 6, 2010 |  Reply now
Replies (3)
View teacher siliconindia 's Profile
Hi Vishwanath,

Check mail.
Aug 11, 2010
View vishwanath srinivas 's Profile
Hi Sir,

I got the concept.But please give me the complete soultion for the same.
If possible mail it to my email id : vishwahappyguy@gmail.com.

I want soultion sir, Please do the needfull.

Thanks,
Vishwa
Aug 11, 2010
View teacher siliconindia 's Profile
Hi Vishwanath,

11) Run the "For" loop or any loop from 1 to 100 . Take a number from user. For eg If its 10 , then run the loop from 1 to 10 then break the loop .

4) This question is to find number of unique letters in a word . For eg Siliconindia , S once, i thrice, l once, c once, o once, n twice, d once, a once . Number of unique letters is 6 .

3) Run the loop from 1 to 20 . Take an number from user as input . If that number is between 1 to 20 , pop a message else take another number from user .
Aug 11, 2010