Muhammad-Junaid95 /
Dart-Flutter-Assignment-1
Hello Friends, In this repo you can find some basic dart programs solutions. Also you can Subscribe my YouTube Channel and watch various type of videos.
Loading repository data…
Muhammad-Junaid95 / repository
Hello Friends, In this repo you can find some basic dart programs solutions. In this repo we use Classes along them setters & getters etc. Also you can Subscribe my YouTube Channel and watch various type of videos.
In this assignment we use Classes along them setters & getters etc
Create a class named “Circle” with properties such as radius. Add getter and setter methods for the radius property. Also, add a method to calculate the circumference of the circle.
In this question we create a class named "Circle" & assign the radius value. Also use Setter & Getter for private variables. Add a method to calculate Circumference of the Circle.
Create a class named “Student” with properties such as name, age, major, and GPA. Add getter and setter methods for each property. Also, add a method to calculate the student’s grade level based on their age.
In this question we create a class named "Student" & assign the properties of name, age, major and GPA. Also use Setter & Getter for private variables. Add a method to calculate Student's Grade.
Create a class named “Book” with properties such as title, author, publisher, and price. Add getter and setter methods for each property. Also, add a method to calculate the discount price of the book based on a given percentage.
In this question we create a class named "Book" & assign the properties of title, author, publisher & Price. Also use Setter & Getter for private variables. Add a method to give Discount and calculate total - Discount.
Create a class named “Course” with properties such as name, code, instructor, and credits. Add getter and setter methods for each property. Also, add a method to calculate the total cost of the course based on the number of credits and the cost per credit.
In this question we create a class named "Course" & assign the properties of name, code, instructor and credits. Also use Setter & Getter for private variables. Add a method to calculate the Total Cost of the course based on number of Courses and per Credit hour and total credit Hours.
Create a class named “Bank” with a list of BankAccount objects as a property. Add a method to add a new bank account to the list, and another method to remove a bank account from the list. Also, add a method to find the bank account with the highest balance.
In this question we create a class named "Bank" & create a LIST bankAccount[]. Also we use add & remove account from List. Add a method to find the Highest Balance Account.
Write a program that takes a string as input and checks if it is a palindrome. A palindrome is a string that reads the same forwards and backwards. For example, “racecar” is a palindrome.
In this question we create a program called Palindrome of String. we assign default String. Check it whether it's TRUE of FALSE We use BOOL variable.
Selected from shared topics, language and repository description—not editorial ratings.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repository you can find initially some basic dart programs solutions. After that level has gone higher. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. In this repository we do some more complicated solutions of Dart. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. In this repository you can find how to code in dart using classes and inheritance of class. Also you can Subscribe my YouTube Channel and watch various type of videos.
abdulahad00 /
Hello Friends, In this Repository we will see how to calculate the salary with bonus in dart.