E

@Ekwegbalum_Unachukwu_MNSU_EDU

EE107 Lab12_1 by E.Unachukwu

C
2 years ago
/* This is the twelveth lab of Lab EE107 The purpose of this lab for illustrate static and automatic variables. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 16th, 2024. */ #include <stdio.h>

EE107 Lab 11_5 by E.Unachukwu

C
2 years ago
/* This is the eleventh lab of Lab EE107 The purpose of this lab for creating a function to sort an array in descending order. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 9th, 2024. */ #include <stdio.h>

EE107 Lab11_4 by E.Unachukwu

C
2 years ago
/* This is the eleventh lab of Lab EE107 The purpose of this lab for a recursive function to calculate the factorial of a positive integer. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 9th, 2024. */ #include <stdio.h>

EE107 Lab11_3 by E.Unachukwu

C
2 years ago
/* This is the eleventh lab of Lab EE107 The purpose of this lab for a function that display a variable- length two-dimensional array, and another one that multiplies each array element with a constant. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 9th, 2024. */

EE107 Lab11_2 by E.Unachukwu

C
2 years ago
/* This is the eleventh lab of Lab EE107 The purpose of this lab fora function that multiplies every elements in the input array by 2. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 9th, 2024. */ #include <stdio.h>

Lab 11_1 by E.Unachukwu

C
2 years ago
/* This is the eleventh lab of Lab EE107 The purpose of this lab for a function that calculates and returns the absolute value of a number, and uses this function to do calculations. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 9th, 2024. */ #include <stdio.h>

EE107 Lab10_6 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for finding the greatest common divisor of two nonnegative integer values by calling a function that returns an integer. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */

EE107 Lab10_5 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for finding the minimum value in an array by calling a function. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */ #include <stdio.h>

EE107 Lab10_1 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for counting the pieces of data gathered is a table showing the distribution of the ratings. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */ #include <stdio.h>

EE107 Lab10_4 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for finding out the greatest common divisor via calling a function. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */

EE107 Lab10_3 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for finding out the triangular numbers via calling a function. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */

EE107 Lab10_2 by E.Unachukwu

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab for finding out the Fibonacci numbers via a variable length array.. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */

Lab10_1

C
2 years ago
/* This is the tenth lab of Lab EE107 The purpose of this lab pieces of data you want to gather is a table showing the distribution of the ratings Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: March 25th, 2024. */ #include <stdio.h>

EE107 HW3_4

C
2 years ago
/* This is HW3 performs prime factorization of a given positive integer. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */ #include <stdio.h> int main() {

EE107 HW3_3

C
2 years ago
/* This is HW3 check for roots Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 2nd, 2024. */ #include <stdio.h> #include <math.h>

HW3_2 EE107

C
2 years ago
/* This is HW3 is check for prime numbers and even Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID: do2170dt Date April 2nd, 2024. */ #include <stdio.h> int main(void) {

HW3_1 EE107

C
2 years ago
/* This is HW is reserve the number with minus sign Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: March 25th, 2024. */ #include <stdio.h>

EE107 Lab9_3 by E.Unachukwu

C
2 years ago
/* This is the ninth lab of Lab EE107 The purpose of this lab understand how a program that calculates the average of the elements inside an array of 10 floating point values and uses two ways of initializing the array. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: March 25th, 2024. */ #include <stdio.h>

EE107 Lab9_2 by E.Unachukwu

C
2 years ago
/* This is the ninth lab of Lab EE107 The purpose of this lab understand how a program to convert a positive integer to another base. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: March 25th, 2024. */ #include <stdio.h>

EE107 Lab9_1 by E.Unachukwu

C
2 years ago
/* This is the ninth lab of Lab EE107 The purpose of this lab understand how a program determine the primes that are less than 50 by using array Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: March 25th, 2024. */ #include <stdio.h>