[vc_row][vc_column width=”1/1″][vc_single_image image=”9081″ border_color=”grey” img_link_large=”” img_link_target=”_self” img_size=”150×225″ alignment=”center”][vc_column_text]This blog continues our series of C# coding brainteasers, which teach you how to read code without compiling it. This blog will provide 6 puzzles on IF statements. The puzzles will help you learn practical programming skills.
This is how an IF statement works. An IF statement runs code based on a test. This test results in true or false. When it results in true on or more statements run. Optionally alternative statements can run if the test results in false. IF statements are also called conditional statements, since code is executed based on value of the condition (test). IF statements are frequently used in all levels of programming.
Try to solve these 6 IF statements with your C# or other coding knowledge. Just predict the output without executing the code. If you need some help, check our C# course. Write your answer in the comments below. Or add your own puzzle.[/vc_column_text][/vc_column][vc_column][vc_column_text]
1).
2).
3).
4).
5).
6).
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_single_image image=”9082″ border_color=”grey” img_link_large=”” img_link_target=”_self” img_size=”300×385″][/vc_column][/vc_row][vc_row][vc_column width=”1/2″][vc_button title=”Core C# features tutorial” target=”_self” color=”btn-warning” icon=”none” size=”wpb_regularsize” href=”http://www.talk-it.biz/tutorial-links/core-c-features/”][/vc_column][vc_column width=”1/2″][vc_button title=”More coding puzzles ” target=”_self” color=”btn-primary” icon=”none” size=”wpb_regularsize” href=”http://www.talk-it.biz/2015/03/coding-puzzles-loops/”][/vc_column][/vc_row][vc_row][vc_column width=”1/2″][vc_column_text]Write your answers in the comments below and Share it. If you struggle just ask questions bellow and we will help you.[/vc_column_text][/vc_column][vc_column width=”1/2″][vc_googleplus annotation=”bubble”][vc_tweetmeme type=”horizontal”][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_column_text]
Many thanks to,
1) Microsoft
2). Make a Meme
3). Keepcalm-o-matic
Artiom Jankovskij
2015
[/vc_column_text][/vc_column][/vc_row]
1. Warning Freezing
2. 5
3. 10
4. -9 -3
5. -1.25 5
6. Array a and value m is not defined.
Yes technical interviews often present coding tasks or puzzles. These will test your skill under pressure.
Oi, I can see those being asked on my next job interview :p