Bonus Marks
- › Use a
for
loop to print outHello World!
five times. - › Use a
while
loop to print outHello World!
five times. - › Declare a function that outputs
Hello World!
n
number of times. Call this frommain
. - › What built in types are there other than the ones listed?
- › What other conditional operators are there other than greater than
>
, and less than<
? - › What other mathematical operators are there other than add
+
, and subtract-
? - › What is the
+=
operator, and how does it work? - › What is the
do
loop, and how does it work? - › What is the
switch
statement and how does it work? - › What is the
break
keyword and what does it do? - › What is the
continue
keyword and what does it do? - › What does the
typedef
keyword do exactly?
当前内容版权归 orangeduck 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 orangeduck .