Computer Science, asked by shiwangisaha, 1 year ago

What importance does clarity of expression in a program carry ?

Answers

Answered by AnviGottlieb
3
heya!
here is your answer


an expression in java or in any computer programming language is just like any evaluation in mathematics..
for e.g.
int I = 5+3; etc..


there are numerous importance of correct expressions in any programming language;

they are

# incorrect expression may result in incorrect value

# incorrect value gives incorrect output.. resulting in the fall of the program and system if output doesn't terminate

# the order of evaluation like bodmas etc.. are often responsible for incorrect expressions..therefore clarity of expressions is necessary

# clarity of expressions is necessary even because the compiler may not take up a muddled equation

HOPE THIS  HELPS YOU



Similar questions