Home » Technical Questions » Programming

Rewrite the following set of statements using conditional operators. int a =1, b ; if ( a > 10 ) b = 20;

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!