Entries by admin

Critical Thinking 8 (Solved)

The assignment is the file named, “Critical Thinking 8”. Last week’s assignment is, “last name_first name_CT7”.

CS140 – Computer Programming – I Assignment – II De…

CS140 – Computer Programming – I Assignment – II Deadline : 21.04.2015 11.59PM 1. What is the difference between while and do while statements? 2. What is wrong in the header of this while loop? while( (counter 100)) 3. What is the output of this java code? public class Program { public static void main […]

CS140 – Computer Programming – I Assignment – IV Wr…

CS140 – Computer Programming – I Assignment – IV Write a java program to compute the squares of the numbers in the array list like 1, 2, 3, 4… up to 50. Write a java program to compute the sum of numbers and average in the array list up to 50. Write the java program […]

CS221: C and Systems Programming Fall 2019…

CS221: C and Systems Programming Fall 2019 – Lab 11.2 Part II Date: October 31, 2019 1. Identify all the problems with this code. If nothing is wrong, state NONE. int * foo ( int n ) { int * ptr = malloc ( sizeof ( int )); * ptr = 3; ptr = & […]