E

@Ekwegbalum_Unachukwu_MNSU_EDU

EE107 Minesweeper by E.Unachukwu

C
2 years ago
#include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_SIZE_EU 10 #define BLANK_EU 0 #define BOMB_EU 9 void initGrid(int theGrid_EU[][MAX_SIZE_EU], int rows_EU, int cols_EU); void placeBombs(int theGrid_EU[][MAX_SIZE_EU], int rows_EU, int cols_EU, int nBombs_EU);

EE107 HW4_7

C
2 years ago
/* This is HW4_7 Lab EE107 The purpose of this function for transpose matrix Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Due Date: April 26th, 2024. */ #include <stdio.h> // Function to transpose a matrix of size 4x5

EE107 HW4_5

C
2 years ago
/* This is HW4_5 Lab EE107 The purpose of this function an lcm and gcm Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Due Date: April 26th, 2024. */ #include <stdio.h>

EE107 HW4_8

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

EE107 HW4_6

C
2 years ago
/* This is HW4_6 Lab EE107 The purpose of this function to takes the sum of two arguments in an array. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Due Date: April 26th, 2024. */ #include <stdio.h> // Function to calculate the sum of elements in an array

Individual project EE107 by E.Unachukwu

C
2 years ago
#include <stdio.h> #include <stdlib.h> #include <math.h> #define SIZE 10 // Size of the array // Function to update date and time format void updateDateTimeFormat(char *dateTime) { // Your implementation to update date and time format goes here // This function can be implemented according to your specific requirements

EE107 HW4_4 E,Unachukwu

C
2 years ago
/* This is HW4_4 Lab EE107 The purpose of this function to calculate exponential function with power notation Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Due Date: April 26th, 2024. */ #include <stdio.h> // Function to calculate x raised to the power of n

EE107 HW4_3

C
2 years ago
/* This is HW4_2 Lab EE107 The purpose of this function to calculate the square roots Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Due Date: April 26th, 2024. */ #include <stdio.h>

EE107 Lab13_6 by E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab to illustrate swapping of content in address of pointers Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */ #include <stdio.h>

EE107 Lab13_5 by E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab to illustrate pointers Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */ #include <stdio.h>

EE107 Lab13_4 by E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab for interger pointer. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */ #include <stdio.h>

EE107 Lab13_3 by E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab for enumeration for months. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */ #include <stdio.h>

EE107 Lab13_2 by E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab to illustrate structure that consist of array. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */

EE107 Lab 13_1 E.Unachukwu

C
2 years ago
/* This is the thirteenth lab of Lab EE107 The purpose of this lab to illustrate arrays of structures. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 23rd, 2024. */ // Structure definition for time

EE107 HW4_2

C
2 years ago
/* This is HW4_2 Lab EE107 The purpose of this generate prime numbers Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 17th, 2024. */ #include <stdio.h>

HW4_1 EE107

C
2 years ago
/* This is HW4 Lab EE107 The purpose of this generate prime numbers Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 17th, 2024. */ #include <stdio.h>

EE107 Lab12_5 by E.Unachukwu

C
2 years ago
/* This is the twelveth lab of Lab EE107 The purpose of this lab for illustrating and determining the time of next second using function and structures modified to that given the current time, the code returns the time of one second ago. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 16th, 2024. */

EE107 Lab12_4 by E.Unachukwu

C
2 years ago
/* This is the twelveth lab of Lab EE107 The purpose of this lab for illustrating and determining the time of next second using function and structures. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 16th, 2024. */

EE107 Lab12_3 by E.Unachukwu

C
2 years ago
/* This is the twelveth lab of Lab EE107 The purpose of this lab for illustrating and determining tomorrow's date using function and structures with a function "struct date dateUpdate (struct date today)." to return an input argument for the struct. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 16th, 2024. */

EE107 Lab12_2 by E.Unachukwu

C
2 years ago
/* This is the twelveth lab of Lab EE107 The purpose of this lab for illustrating and determining tomorrow's date using function and structures. Creating the code and free of syntax and grammatical errors. Author: Ekwegbalum Unachukwu Star ID:do2170dt Date: April 16th, 2024. */