what is the difference between a looping statement and a
decision statement
Answer Posted / guest
looping statement will be executed repeatedaly until the
condition becomes false.
Decision statment have only one entry point but must have
two exit points since the answer to the question can be
either a "YES" or a "NO".
| Is This Answer Correct ? | 90 Yes | 8 No |
Post New Answer View All Answers
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
smal talk is pure object oriented or not?
when will triggars the at new event in abap and web dybn pro?
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Any real time example of O2C process from taking order till creating invoice.
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
What is the difference beween joblib and steplib statements
why we use abstract in awt?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
what is difference between object oriented programming structure and object oriented programming system?
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches