0

Can you write a good code without Conditional Statements ?!

Important thing in any languages

11th Sep 2016, 3:00 AM
saud algarni
saud algarni - avatar
11 ответов
+ 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
11th Sep 2016, 5:15 AM
Ishan Mishra
Ishan Mishra - avatar
+ 1
You can always geuss it by the algorithm you require to solve the problem.
30th Sep 2016, 5:29 AM
Siddhesh Bhande
Siddhesh Bhande - avatar
0
yes
22nd Sep 2016, 6:35 PM
Soumyadeep Bhowmick
Soumyadeep Bhowmick - avatar
0
depends on the code requirement.
2nd Oct 2016, 4:12 PM
siddharth mishra
siddharth mishra - avatar
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.
13th Oct 2016, 10:22 AM
Shashank Kumar
Shashank Kumar - avatar
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.
16th Oct 2016, 6:35 AM
Akshay
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
17th Oct 2016, 3:25 PM
Finnt730
Finnt730 - avatar
0
without conditional statement it's is nots possible to write good code
6th Nov 2016, 6:54 PM
ANAND ALABAL
ANAND ALABAL - avatar
0
a good code will always requires conditional statement to make your code very user friendly and easy to understand
24th Dec 2016, 7:42 PM
oladele adeyinka
oladele adeyinka - avatar
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.
2nd Jan 2017, 1:55 AM
Lolita
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.
3rd Jan 2017, 1:36 AM
Vishvi
Vishvi - avatar