Pinned Repositories
MiniStore
MiniStore is the simple application that showcases CRUD operations using Asp .Net 8 and C# using Model-View-Controller architecture
code-challange1
You are writing an object-oriented program for FunkyClothing chain of clothing stores that will determine the amount payable by their account holders at the end of the month by applying several transactions on each account.
code-challange4
You are working for a company called Media House and your company has requested you to write a program that will be used by Mr DialAMovie. The main purpose of this program will be to read from a file and determine the price of the DVD based on the category. The data is stored in a DVD.txt file. This data will be loaded into DVD object array
code-challenge2
Farmer Solutions, your company is requested to write a program that will be used by farmers to determine the profits or losses of the crops on their farms. the main purpose of this program will be to determine which farms of a farmer are running at a loss. The data is stored in a file called Farm.txt. This data will be loaded into a Farmer
code-challenge3
You are writing a program for Clever Computer Training College to determine the final mark for each of the five subjects for all first year IT students, and then calculate the student’s average for the four subjects. The data that you must use is stored in a file called Student.txt. This data will be loaded into a SecondYearStudent object array
FYEGuide
MyCalculator
Simple calculator on React
Stock-App
component that retrieves up-to-date stock data from the Dow 30 from a financial API and calculates stock portfolio diversity score
TNMnguni's Repositories
TNMnguni/MiniStore
MiniStore is the simple application that showcases CRUD operations using Asp .Net 8 and C# using Model-View-Controller architecture
TNMnguni/Stock-App
component that retrieves up-to-date stock data from the Dow 30 from a financial API and calculates stock portfolio diversity score
TNMnguni/MyCalculator
Simple calculator on React
TNMnguni/code-challange4
You are working for a company called Media House and your company has requested you to write a program that will be used by Mr DialAMovie. The main purpose of this program will be to read from a file and determine the price of the DVD based on the category. The data is stored in a DVD.txt file. This data will be loaded into DVD object array
TNMnguni/code-challenge3
You are writing a program for Clever Computer Training College to determine the final mark for each of the five subjects for all first year IT students, and then calculate the student’s average for the four subjects. The data that you must use is stored in a file called Student.txt. This data will be loaded into a SecondYearStudent object array
TNMnguni/code-challenge2
Farmer Solutions, your company is requested to write a program that will be used by farmers to determine the profits or losses of the crops on their farms. the main purpose of this program will be to determine which farms of a farmer are running at a loss. The data is stored in a file called Farm.txt. This data will be loaded into a Farmer
TNMnguni/code-challange1
You are writing an object-oriented program for FunkyClothing chain of clothing stores that will determine the amount payable by their account holders at the end of the month by applying several transactions on each account.
TNMnguni/FYEGuide