আলহামদুলিল্লাহ পুরো ভিডিও দেখা হয়েছে। মা-শা-আল্লাহ ভালো হয়েছে।
@rajumolla42125 сағат бұрын
assignment 10: using System; class Test{ public static void Main(String[] args) { string? day; Console.WriteLine("Enter the day of the week:"); day = Console.ReadLine(); if(string.IsNullOrEmpty(day)){ Console.WriteLine("Please enter a day of the week"); return; } switch(day.ToLower()){ case "friday": case "saturday": Console.WriteLine("Weekend"); break; case "sunday": case "monday": case "tuesday": case "wednesday": case "thursday": Console.WriteLine("Weekday"); break; default: Console.WriteLine("Invalid day"); break; } } }
@tahiaislamraisa2819 сағат бұрын
Your video is very helpful... But it would be great if you could upgrade the sound quality of your video...
@gamingguyiron-man223817 сағат бұрын
nice
@MdNayem-28Күн бұрын
You are greate teacher
@digilink8272Күн бұрын
অনেক ধন্যবাদ অনেক কিছু শিখলাম।
@Promipromi-l9pКүн бұрын
let arr = [10, 15, 120, 25, 50, 96, 1100] arr.sort(function (a, b) { return b-a; }) console.log(arr[0])
Scanner input = new Scanner(System.in); int id; String title,description,category; double price; System.out.print("Enter Product ID: "); id = input.nextInt(); System.out.print("Enter Product Title: "); title = input.next(); System.out.print("Enter product description: "); description = input.next(); System.out.print("Enter product category: "); category = input.next(); System.out.print("Enter price: "); price = input.nextDouble(); System.out.println("==========PRODUCT INFORMATION========== "); System.out.println("Your Product ID is: " + id); System.out.println("Your product title is: " + title); System.out.println("Your product description is: "+ description); System.out.println("Your product category is: "+ category); System.out.println("Your product price is: "+ price);
@asikahmad507Күн бұрын
❤❤❤❤❤❤❤
@asikahmad507Күн бұрын
❤❤❤❤❤😊
@KabirulAkbar-s6gКүн бұрын
php programming tutorial দেন
@KabirulAkbar-s6gКүн бұрын
হালো সার php programming tutorial দেন
@asikahmad507Күн бұрын
❤❤❤❤❤
@asikahmad507Күн бұрын
❤❤❤❤
@SadmanArianКүн бұрын
public class Product { public static void main (String[] args){ int id; String title; String price; String description; String category; id = 101; title = "iphone15"; price = "1850 euro"; description = "perfect product with best image quality"; category = "phone"; System.out.println("ID :"+id); System.out.println("TITLE :"+title); System.out.println("PRICE :"+price); System.out.println("DESCRIPTION :"+description); System.out.println("CATEGORY :"+category); } }
@blackhole3361Күн бұрын
Thank you dear sir, I'm worked with MySQL and mysql2 library.
@blackhole3361Күн бұрын
To verify password use await before password check if (!await bcrypt.compare(password, user.password)) { console.log("Incorrect password"); return done(null, false, { message: "Incorrect password" }); }
@asikahmad507Күн бұрын
❤❤❤❤
@Promipromi-l9pКүн бұрын
function add(num1,num2) { let sum = num1 + num2; console.log(sum) } function sub(num1,num2) { let sub = num1 - num2; console.log(sub) } function mul(num1,num2) { let mul = num1 * num2; console.log(mul) } function div(num1,num2) { let div = num1 / num2; console.log(div) } function rem(num1,num2) { let rem = num1 % num2; console.log(rem) } add(1,4) sub(1,4) mul(1,4) div(1,4) rem(1,4)
@Promipromi-l9pКүн бұрын
let sum = 0; for (let i = 1; i <= 100; i++){ if (i % 3 === 0 && i % 5 === 0) { sum = sum + i; } } console.log(sum)
@mahinmia9335Күн бұрын
1+1/1+1/3+......................+1/n n=int(input("Enter your number = ")) sum=1 for x in range (1,n+ 1,1): sum=sum+1/x print(sum)
@sohelrana60102 күн бұрын
Assalamu alaikum sir, apni ekhane 2 ti tools use korechen. Tools 2 ta ki ki kindly bolben?
@shihab5922 күн бұрын
Done.
@shihab5922 күн бұрын
Done
@asikahmad5072 күн бұрын
❤❤❤❤❤
@studyandfoodaccount2 күн бұрын
public class Product{ public static void main (String[]args){ System.out.println("id:101"); System.out.println("title: iphone15"); System.out.println("price: 1895 euros"); System.out.println("description: perfect product with best image quality"); System.out.println("category: phone"); } } Date:01-01-2025
@Promipromi-l9p2 күн бұрын
let num = prompt("enter number = "); if (num >= 80 && num <= 100) console.log("A+"); else if (num >= 70 && num <= 79) console.log("A"); else if (num >= 50 && num <= 69) console.log("B"); else if (num >= 40 && num <= 59) console.log("C"); else if (num >= 33 && num <= 39) console.log("D"); else console.log("F");
@asikahmad5072 күн бұрын
❤❤❤❤❤❤
@rehnumahtaslimmunmun402 күн бұрын
Amazing🥰💚
@wafihasan052 күн бұрын
Love You Sir
@Userm20403 күн бұрын
very helpful Mashallah
@asikahmad5073 күн бұрын
❤❤❤❤
@myzulislamomi10533 күн бұрын
bhaia tech family facebook page er link ta diben kindly
@asikahmad5073 күн бұрын
❤❤❤
@asikahmad5073 күн бұрын
❤❤❤❤
@IsratJannat-s3m3 күн бұрын
Sir +25 o -12 are modde -12 are 2 are compliment korbo naki +25 are. Arektate +25 o +12 aikane +12 are 2 are compliment korte hobe.
@ArifaBegom-o6l3 күн бұрын
Alhamdulillah onk kisu sikhlm
@MdNayem-283 күн бұрын
It's a great tricks sir. Thank You
@MdNayem-283 күн бұрын
Watching 27 no video from 1. Greate tutorial sir. May Allah bless you and your whole family!
@asikahmad5073 күн бұрын
❤❤❤❤❤
@asikahmad5074 күн бұрын
❤❤❤❤❤
@asikahmad5074 күн бұрын
❤❤❤❤❤
@blackhole33614 күн бұрын
Encryption এর মজাটাই ভিন্ন। ধন্যবাদ আনিস ভাই আমাদের জন্য লাগাতার পরিশ্রম করে যাওয়ার জন্য ❤❤
@asikahmad5074 күн бұрын
❤❤❤❤❤
@asikahmad5074 күн бұрын
❤❤❤❤❤❤
@asikahmad5074 күн бұрын
❤❤❤❤❤
@sweetteangle4 күн бұрын
package Beginnerjava; import java.util.Scanner; public class Assignment5 { public static void main(String[] args){ Scanner input = new Scanner(System.in); int age; System.out.print("Enter your age:"); age=input.nextInt(); if(age>=18){ System.out.println("Valid voter"); } else{ System.out.println("Invalid voter"); } } }