/Edx-course-activities

This repository contents all the activities I did in the EDX C programming course. I am sharing here my solutions. Take a look and ENJOY

Primary LanguageC

Edx-course-activities:

This repository contents all the activities I passed in EDX C programming course.

  • C Programming: Language Foundations

The statement My solution
if statements: carpooling if statements: carpooling.c
if else to find hostel cost if else to find hostel cost.c
if statements: bridge tax if statements: bridge tax.c
if statements, Tug of War if statements, Tug of War.c
more complex if statements: costly hotel rooms more complex if statements: costly hotel rooms.c
if statements, name that tree if statements, name that tree.c
store recipe ingredients in an array store recipe ingredients in an array.c
use an array to balance weights use an array to balance weights.c
array computation array computation.c
branch inside a loop, how many big cities? branch inside a loop, how many big cities?.c
print a square of stars using nested loops print a square of stars using nested loops.c
compute budget using a while loop compute budget using a while loop.c
controlling an epidemic controlling an epidemic.c
guess my number guess my number.c
monitoring a chemical experiment monitoring a chemical experiment.c
repeat a word read from the user input repeat a word read from the user input.c
swap first and last name swap first and last name.c
even or odd number of letters in a word? even or odd number of letters in a word?.c