Can I check if the following is the correct breakdown for this unit
Mid-term test 20 , Project 1 20 , Project 2 10 , and Final exam 50 ?
Since the final grade is the accumulation of all the above, if one of the project marks is below the passing grad...
In the code provided in sample02.ml, are the variables x and y considered local variables, or can they also be considered global variables?
An assignment statement, 2.500000 is printed
x - 2.5
y - 5
print x
print y
Or are variables only considered glob...