Skip to content

lvkmannn/Simple-C-Language-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple-C-Language-Project

Two simple C language projects for beginners

There are 2 scenarios for each project:

  1. First Scenario: Rent A Van wants a program that calculates the total cost of renting a van. Customers pay a base fee plus a charge per mile driven. RM700 is the base fee, and the charge per mile is based on the table below. Request the input from the user. If value entered is not positive, ask user to re-enter the correct value and display text message. You also need to use and apply basic loop structure. Screenshot 2024-03-20 225352

  2. Second Scenario: A student is only qualified for a scholarship if he/she has studied for more than 1 year, CGPA is not less than 3.0 and guardian’s salary is less than RM1000. Otherwise, display “You are not qualified for scholarship”. Screenshot 2024-03-20 225447 Screenshot 2024-03-20 225527

About

Two simple C language projects for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages