Part-9-3 Dart Type & Variable Assignment || Dart Programming Tutorials in Hindi/Urdu

preview_player
Показать описание
In this lecture we will practice the concepts based on what we have learned and will solve two small real world problem that we used on daily basis but didn't notice.

Assignment
Write Program to Add Two Integers and store their sum in the third variable.
Write Program to Add Two Integers.
Write Program to Multiply two Floating Point Numbers.
Write Program to perform all arithmetic operations.
Write Program to Swap Values of Two Variables
Write Program to convert feet to metres and metres into KM.
Write Program to convert celcius to farenheit
Write Program to convert Fahrenheit to Celsius.
Write Program to find the Size of data types.
Write Program to Calculate Area of Circle.
Write Program to Calculate Area of Square.
Write Program to Calculate Area of Rectangle.
Write Program to convert days to years, weeks and days

______________/Connect On Social Media\_____________
=========================================

what is variable & data type, data type, dart programming tutorials in hindi, urdu

for business query and promotions please email me at

#dart #flutter #hinit #urud #darttutorial #dartprogramming #dartprogramming
Рекомендации по теме
Комментарии
Автор

My favorite teacher sir asif taj
Always be happy

zeeshanKhan-dllu
Автор

swap function through "temp" would be more easy to use which is use in c and c++ language . thank you for content . i m following your course and it is helping viewer from India .

yskethicsandmetaphysics
Автор

Way of teaching is out class even i am 40 years in age but understand easly even i dont have programming or mathamatics background

TheBusinessLab-pe
Автор

Your teaching style is very greatful 👌👍💯

ateeqhafizabadi
Автор

asal me yahan x and y k sath sath veriable game ko play kiya gaya ha wo bhi before and after swapping me . great sir.

khwajaishaq
Автор

assalam allikum
sir how i can find the size of data types

IkramKhan-fgmc
Автор

aoa sir ab mujy lagta hy kay may bi programming kar sakta ho ya sab ap ki waja say
sir mujy programing ka p bi ni ata
and thak you sir

PoeticVerse
Автор

AOA, brother if I know basic JS concepts or in other words basic programming terminologies should I start learning flutter from your flutter Bootcamp or not?

subanbaig
Автор

I oculd not find a way to find the size of data types. I kept thinking and trying to find a way on my own and first thing that came to my mind was sizeOf operator but that is not available in Dart, than i googled it and did not find anything about it ?

is it possible to find size of data type in dart?

usamarazzaq
Автор

assalam o alikum agian sir swappping esy b tou ki jaskti hai

double x;
double y;

x = 6;
y = 66;

/*FOR SWAPPING*/

print('before swapping ');
print(' Value of x: $x ');
print(' Value of y : $y');
print('After swapping');
print('Value of x:$y');
print('Value of y:$x');


Result: before swapping
Value of x: 6.0
Value of y : 66.0
After swapping
Value of x:66.0
Value of y:6.0

SuarahsAi
Автор

Sir aesa bhi karsaktay hai k koi third variable lailay empty aur us mai x ki value shift karay aur x mai phir y ki value shift karay aur aakhir mai us third variable mai shift ki gayi x ki value dubara y mai dalay code is given below void main(){
int x = 10;
int y = 20;
int temp; // Here temp is used just as an empty variable for shifting values
print("Before swapping");
print("Value of x is : $x");
print("Value of y is : $y\n");
temp = x; // temp = 10 // Value of x is shifted to temp and x becomes empty
x = y; // x = 20 // Value of y is shifted to x and y becomes empty
y = temp; // y = 10 // Value of temp is shifted to y and temp becomes empty
print("After swapping");
print("Value of x is : $x");
print("Value of y is : $y");
}

mr-junaidk
Автор

Assalamualaikum, sir I solved all the problems but one problem is not solved and I spent a lot of time on it which is a 'program to find the size of data type' kindly help

hafizmuhammadabdullahkhan
Автор

Write Program to Swap Values of Two Variables
int a = 2;
int b = 3;
print("before swapping");
print("value of a is:$a");
print("value of b is:$b");
print("after swapping");
int c = 5;
b = c - b;
a = c - a;
print("value of a is:$a");
print("value of b is:$b");


is this right ???

AbdulMubeen-fqeu
Автор

so far so good sir koi book bata dein jah ase concepts or clear hojaein
void main() {
print ('Jizakallah') ;
}

SuarahsAi
Автор

Sir print('value of x : $x'); aisy q krty hain
Sir ye simple print('x'); q ni krty..

aqmajeed
Автор

sir how can i find the size of data type?

mubashiralam
Автор

sir formula agr google sa dhekh le koea issue to ni ha ? yad ni rhty formula

hamza_tariq
Автор

void main() {
int fah, cel, c, ;
double k = 5 / 9;
fah = 98; //-->Before conversion;
cel = 37;
k = 5 / 9;

print("BODY TEMP $fah");
print("BODY TEMP $cel");

/*
conversion;
subtract 32 and multiply by .5556 (or 5/9).
(32°F − 32) × 5/9 = 0°C


*/
fah = 98;
cel = 37;
k = 5 / 9;
c = (fah - cel * k) as int;
print(c);
}

muhammadrizwan
Автор

Why you add $ to programs whats the concept behind it

techknowledge
Автор

Brother please make a video on free trial for google map Api

zenZcoder
welcome to shbcf.ru