0
Can you write a good code without Conditional Statements ?!
Important thing in any languages
11 Antworten
+ 4
For unconditional situation like to print hello we can ignore conditional statement.. However in conditional situation we cannot ignore the use of conditional statements
+ 1
You can always geuss it by the algorithm you require to solve the problem.
0
yes
0
depends on the code requirement.
0
No,I think your asking about a good java program.
without conditional statement you can write a effective program
but you can create simple progrs without using it.
0
to use or not to use conditional statement is totally depend on problem scenario....
but for effective code writing, conditional statement is best option.
0
Well is you want bugs, memory leaks etc. yes then y out can make that but when you have if statements, it is more efficient
0
without conditional statement it's is nots possible to write good code
0
a good code will always requires conditional statement to make your code very user friendly and easy to understand
0
you use conditional statement to resolve issues, but it depend on what you are doing. Hello world program does not use conditional statements, necessarily.
0
absolutely it is a really good question actually a burning question to me. But the answer must be yes. Although most of the codes we see (mostly study books) has Conditional statements.