End of the semester:
programming Assignment 1 (test cases):
Total Series Resistance: 10 + 10 + 10 = 30
Sales Tax Rate: 5.5
Item cost: 6
Total sales tax: .3300
Plaintext: t
int shift: 6
encoded character: N
L & W: 10
height: 20
volume: 666.666667
enter resistance values: 10, 10, 10
total parllel resistnce: inf
x1,x2,y1,y2 = 5,5,5,6
distance: 1
general equation:
a=10
xyz = 5,6,10
answer: inf
4 hour introduction to C programming
What is a function?
How to create a function
Understanding three file format(main.c, header.h, functions.c)
File Processing/Working with files
Conditionals/if-statements/else-if/else
Conditionals using boolean
How to write a switch statement
How to write a For-Loop
How to write a Do-While Loop
Overall look at *pointers
What is Array?/How do we use them?
Binary Search in C
Strings in C
Structs in C
Everything about Recursion
Bit opertions in C