scanf
.first_name.csv
, lase_name.csv
, age.csv
...Submission:
code_a1.c
that can run in https://www.onlinegdb.com/online_c_compiler.NPC and a user play the Rock-Paper-Scissors game.
Rule:
Rock
is stronger than Scissors
.Paper
is stronger than Rock
.Scissors
is stronger than Paper
.Scissors
and a user selects Rock
, a user win.System:
scanf
.Game_Result.csv
.1
, user lose: -1
, no win and no lose (same choice): 0
Submission:
code_a2.c
that can run in https://www.onlinegdb.com/online_c_compiler.Develop a practical system by using C programming. Include the follows.
If
statement)While
and/or For
statement)scanf
function)Submission:
code_a3.c
that can run in https://www.onlinegdb.com/online_c_compiler.code_a3_explanation.pdf
that includes explanation of your system.