Skip to content

Muringi55/DART-HACKATHON-REPOSITORY

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DART-HACKATHON-REPOSITORY

Dart Programs

Program 1: Display Personal Information

Write a Dart program using variables to display your name, age, school, and a hobby. Print it in one logical sentence.

Program 2: Perform Mathematical Operations with Functions

Write a Dart program that performs two mathematical operations using functions.

Program 3: Determine Grade Based on Marks

Write a Dart program to determine the grade based on a student's marks. The program should print out the appropriate grade according to the following criteria:

  • If the marks are greater than 85, print "Excellent".
  • If the marks are between 75 and 85 (inclusive), print "Very Good".
  • If the marks are between 65 and 75 (inclusive), print "Good".
  • If the marks are below 65, print "Average".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%