hey bro! can you pls make a video about bootstrap. i saw your html full course video. it was really helpful. please make a video about bootstrap if possible. thank you!
Broo my ambition is to learn everything about computer (every things means all tech languages etc i wanted to learn all from 0 to infinite) I am seeing computer as art not just a machine or a job . There is no computer without me or without computer I am not there soooo. Please can you lead me the way
2Q) if else condition use pannamaye just input num1=2, and num2=10 and condition slighta alter pannalamla bro ? for printing even number between 1 to 10. import java.util.Scanner; class hello{ public static void main(String[] args) { Scanner scan =new Scanner(System.in); System.out.println("Enter the to starting number"); int a =scan.nextInt(); System.out.println("Enter the ending number"); int b=scan.nextInt(); for(int i=a;i
public class H { public static void main(String[] args) { System.out.println("Numbers divisible by both 3 and 5 from 1 to 100 are:"); // Loop through numbers from 1 to 100 for (int i = 1; i
public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter the starting number : "); int startnumber = sc.nextInt(); System.out.println("Enter the ending number : "); int endnumber = sc.nextInt();
Answer foe Q:5 import java.util.*; public class forex2 { public static void main (String args[]){ Scanner in= new Scanner (System.in); System.out.println("Enter upper limit and lower limit to print the numbers divisible by 3 and 5"); int a=in.nextInt(); int b=in.nextInt(); for(int i=a;i
public static void main(String[] args) { Scanner s = new Scanner(System.in); System.out.println("Enter a :"); int a = s.nextInt(); s.nextLine(); System.out.println("Enter b :"); int b = s.nextInt();
class hello{ public static void main(String args[]) { System.out.println("Numbers which are divisble by both 3 and 5"); System.out.println("Range : 1 to 100"); for(int i=1;i
import java.util.Scanner; class hii { public static void main(String args[]){ Scanner scan = new Scanner(System.in); System.out.println("enter the a value"); int a = scan.nextInt(); System.out.println("enter the b value"); int b = scan.nextInt(); for (int i=a; i
import java.util.Scanner; public class forloop { public static void main(String[] args) { Scanner scan=new Scanner(System.in); System.out.println("number 1 is"); int a=scan.nextInt(); System.out.println("number 2 is"); int b= scan.nextInt(); for (int i=a; i
import java.lang.System; import java.util.Scanner; public class forloop { public static void main(String[] args) { System.out.println("Enter number 1:"); Scanner scan=new Scanner(System.in); int a=scan.nextInt(); System.out.println("Enter number 2:"); int b=scan.nextInt(); int d=0; for(int c=a;c
import java.util.Scanner; public class Example13{ public static void main(String args[]) { Scanner scan = new Scanner(System.in); int count = 0; System.out.print("Enter a : "); int a = scan.nextInt(); System.out.print("Enter b : "); int b = scan.nextInt(); for(int i=a;i
import java.util.Scanner; class ifelse { public static void main(String args[]) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int i; for(i=a;i
import java.util.*; class HelloWorld { public static void main(String[] args) { Scanner sc =new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); for(a=a ;a
import java.util.Scanner; class Tutorial { public static void main (String args[]) { Scanner scan = new Scanner(System.in); System.out.print("Enter the initial number: "); int min = scan.nextInt(); System.out.print("Enter the final number: "); int max = scan.nextInt();
import java.util.Scanner; public class forloop { public static void main(String[] args) { Scanner input=new Scanner(System.in); int a=input.nextInt(); int b=input.nextInt(); int count=0; System.out.println("numbers divisible by 3 and 5 are"); for(int i=a;i
Hi i had doubt on this topic.. i have coded like the same lines code in my style but this code has compiled but this code can't ask num1 and num2 let us giving me a my lines of code in comment section please clarify it: import java.util.Scanner; class hello{ public static void main (String args[]) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); System.out.println("NUMBER 1:"); int b = scan.nextInt(); System.out.println("NUMBER 2:");
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner get=new Scanner(System.in); System.out.print("Enter the starting range:"); int a=get.nextInt(); System.out.print("Enter the ending range:"); int b=get.nextInt(); int r=0; for(int i=a;i
import java.lang.System; import java.util.Scanner; class HelloWorld { public static void main(String[] args) { Scanner scan = new Scanner(System.in); { System.out.println("Enter the num1"); } int a = scan.nextInt(); { System.out.println("Enter the num2"); } int b = scan.nextInt(); { System.out.println("OUTPUT"); } for(int i=a;i
import java.util.*; class Main{ public static void main(String args[]){ Scanner obj=new Scanner(System.in); int a=obj.nextInt(); int b=obj.nextInt(); for(int i=5;i>=a && i
import java.lang.System; import java.util.Scanner; class f1{ public static void main(String[] args) { Scanner hi = new Scanner(System.in); int a = hi.nextInt(); int b = hi.nextInt(); int eveco = 0; for(int i=a;i
import java.util.*; class HelloWorld { public static void main(String[] args) { Scanner sc =new Scanner(System.in); // int a = sc.nextInt(); // int b = sc.nextInt(); for( int i =1;i
import java.util.*; class HelloWorld { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int a =1; int b=100; int count=0; for(int i=a;i
class Demo{
public static void main(String[] args) {
for(int i=1;i
public class divisible3and5 {
public static void main(String args [ ] ) {
int count = 0;
for(int i = 1 ; i
Super bro 🤜
Who didn't go college and watch this video to enough 😂😂😂
hey bro! can you pls make a video about bootstrap. i saw your html full course video. it was really helpful. please make a video about bootstrap if possible. thank you!
Broo my ambition is to learn everything about computer (every things means all tech languages etc i wanted to learn all from 0 to infinite) I am seeing computer as art not just a machine or a job . There is no computer without me or without computer I am not there soooo. Please can you lead me the way
Me in third grade when mam asked what's your ambition
@@shaileshhrm1273 bro😂😂
Learn assembly language instead 💀
@@ViBucks whoff
@shaileshhrm1273 hmm okay look logic
2Q) if else condition use pannamaye just input num1=2, and num2=10 and condition slighta alter pannalamla bro ? for printing even number between 1 to 10.
import java.util.Scanner;
class hello{
public static void main(String[] args)
{
Scanner scan =new Scanner(System.in);
System.out.println("Enter the to starting number");
int a =scan.nextInt();
System.out.println("Enter the ending number");
int b=scan.nextInt();
for(int i=a;i
Java Solution:
public class divisibleBy {
public static void main(String[] args){
for (int i=1;i
Are you tamil Pls help me learn Java
Nice ❤
Java Pattern Problems ku thaniya oru video poduga
divisible of 3 and 5 between 1 to 100.
public class test6 {
public static void main(String[] args)
{
int i=1;
for(i=1;i
Answer code for 5 questions:
class demo
{
public static void main(String args[])
{
int count=0;
for(int i=1;i
public class Forloop {
public static void main(String[] args) {
for (int i=1;i
Super bro I'm your coding read and study I go to interview python coding explain
All the best bro
class Divisible
{
public static void main(String args[])
{
int a=1;
int b=100;
for(int i=a;i
package challenge3;
// print numbers divisible by 3 and 15 range 1 to 100
public class q4 {
public static void main(String[] args) {
for (int i = 1; i
public class Main
{
public static void main(String[] args) {
int a=1;
int b=100;
int count=0;
for(int i=a;i
class numbers {
public static void main(String[] args) {
int count=0;
for(int i=1;i
Class demo {
public static void main (String args[]){
Int Divisible count =0;
For( int i=1; i
public class H {
public static void main(String[] args) {
System.out.println("Numbers divisible by both 3 and 5 from 1 to 100 are:");
// Loop through numbers from 1 to 100
for (int i = 1; i
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Enter the starting number : ");
int startnumber = sc.nextInt();
System.out.println("Enter the ending number : ");
int endnumber = sc.nextInt();
for(int i=startnumber; i
class demo{
public static void main(String args[])
{
int count=0;
for(int i=1;i
ANSWER:15
30
45
60
75
90
6
class demo{
public static void main(String[] args) {
int oddcount=0;
for(int i=1; i
public class Q6 {
public static void main(String[] args) {
System.out.println("Range 1 TO 100 both divisible by 3 and 5");
for(int i=1;i
class QA5{
public static void main(String args[])
{
//counting no of odd numbers
int count=0;
for(int i=1;i
Answer foe Q:5
import java.util.*;
public class forex2 {
public static void main (String args[]){
Scanner in= new Scanner (System.in);
System.out.println("Enter upper limit and lower limit to print the numbers divisible by 3 and 5");
int a=in.nextInt();
int b=in.nextInt();
for(int i=a;i
public class Ternary {
public static void main(String[] args) {
for (int i=1;i
public class challenge2{
public static void main(String args[]){
for (int i=1;i
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
System.out.println("Enter a :");
int a = s.nextInt();
s.nextLine();
System.out.println("Enter b :");
int b = s.nextInt();
for (int i = a; i
public class Main {
public static void main(String[] args) {
for(int i=1;i
public class forloopQ4{
public static void main(String[]args) {
for(int i=1;i
class hello{
public static void main(String args[])
{
System.out.println("Numbers which are divisble by both 3 and 5");
System.out.println("Range : 1 to 100");
for(int i=1;i
Question 5
import java.util.*;
class HelloWorld {
public static void main(String[] args) {
for(int i=1;i
public class test3 {
public static void main(String args []) {
for(int i=1;i
public class loop2
{
public static void main(String args[])
{
for ( int i=1; i
public class main{
public static void main(String args[]){
for(int i=1;i
public class Div35{
public static void main(String args[]){
int count=0;
for(int i=1;i
import java.util.Scanner;
class hii {
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
System.out.println("enter the a value");
int a = scan.nextInt();
System.out.println("enter the b value");
int b = scan.nextInt();
for (int i=a; i
public class Divisibleby3and5 {
public static void main(String[] args) {
int count = 0;
for(int i = 1; i
Bro upload video for Abstraction topic in Python
class demo{
public static void main(String[] args) {
for(int i=1;i
Question 04
If (i%2!=0)
Intha condition thappa 16:45
Correct
Bro leet code explain panninga adha epdi use pannanum ney terla yarukum
class demo{
public static void main(String args[]){
for(int i=1;i
class qq13{public static void main(String args[]){for (int i=1;i
int count=0;
for(int i=1; i
class session{
public static void main(String args[]){
for(int i=1;i
class fortest{
public static void main(String args[]){
for(int i=1;i
pls put videos on spring right from scratch
public class c4q4 {
public static void main(String[] args) {
int a = 1;
int b = 100;
for(int i=a;i
For ( int I=1 ;I
class hello
{
public static void main(String[] args)
{
for (int i=0;i
import java.util.Scanner;
public class forloop {
public static void main(String[] args) {
Scanner scan=new Scanner(System.in);
System.out.println("number 1 is");
int a=scan.nextInt();
System.out.println("number 2 is");
int b= scan.nextInt();
for (int i=a; i
class qq13{public static void main(String args[]){for (int i=1;i
Bro neenga Spring Spring boot Frame work teach panna mudiyuma bro
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
System.out.println("enter n");
int n=in.nextInt();
for(int i=1 ;i
class Main
{
public static void main(String args[]) {
for(int i=1;i
for(int i=1; i
Bro simple ah if (i%2!=0)
System.out.print("odd number : "+a);
Kudutha pothum bro 👀
yus i also guess that
import java.lang.System;
import java.util.Scanner;
public class forloop {
public static void main(String[] args) {
System.out.println("Enter number 1:");
Scanner scan=new Scanner(System.in);
int a=scan.nextInt();
System.out.println("Enter number 2:");
int b=scan.nextInt();
int d=0;
for(int c=a;c
public class ran{
public static void main(String[] args){
for (int i=1;i
class demo{
public static void main(String args[])
{
for(int i=1;i
import java.lang.System;
import java.util.Scanner;
class Demo {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int count=0;
for(int i=1;i
Can anybody explain why in System.out.println(x:"Number 2");
X is working what it says
Same doubt 😅
import java.util.Scanner;
public class Example13{
public static void main(String args[])
{
Scanner scan = new Scanner(System.in);
int count = 0;
System.out.print("Enter a : ");
int a = scan.nextInt();
System.out.print("Enter b : ");
int b = scan.nextInt();
for(int i=a;i
Hi bro android studio, Java , programming, panna MacBook air 8gp ram 256 gp ssd enough ah please yaaravathu sollunga
import java.util.Scanner;
class ifelse
{
public static void main(String args[])
{
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int i;
for(i=a;i
import java.util.Scanner;
public class loop {
public static void main(String args[])
{
int count=0;
for(int i=1;i
import java.util.*;
class HelloWorld {
public static void main(String[] args) {
Scanner sc =new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
for(a=a ;a
public static void main(String[] args)
{
for(int i=1; i
Odd count loop ku velia podanuma bro
class hello
{
public Static void main(String args[])
{
int num=0;
for(int i=1; i
public class ifprograms {
public static void main(String[] args) {
for(int i=1;i
for(int i=1;i
import java.util.Scanner;
class Tutorial {
public static void main (String args[]) {
Scanner scan = new Scanner(System.in);
System.out.print("Enter the initial number: ");
int min = scan.nextInt();
System.out.print("Enter the final number: ");
int max = scan.nextInt();
int count = 0;
for(int i = min; i
Bro make a video about sql server
import java.util.Scanner;
public class forloop {
public static void main(String[] args)
{
Scanner input=new Scanner(System.in);
int a=input.nextInt();
int b=input.nextInt();
int count=0;
System.out.println("numbers divisible by 3 and 5 are");
for(int i=a;i
Hi i had doubt on this topic.. i have coded like the same lines code in my style but this code has compiled but this code can't ask num1 and num2 let us giving me a my lines of code in comment section please clarify it:
import java.util.Scanner;
class hello{
public static void main (String args[])
{
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
System.out.println("NUMBER 1:");
int b = scan.nextInt();
System.out.println("NUMBER 2:");
for(int i=a;i
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner get=new Scanner(System.in); System.out.print("Enter the starting range:");
int a=get.nextInt();
System.out.print("Enter the ending range:");
int b=get.nextInt();
int r=0;
for(int i=a;i
import java.util.Scanner;
class fun{
public static void main(String args[]){
int count = 0;
for (int i=1; i
Bro Java selenium tester aaga required skill enna and routemap sollubga plz
System.out.println("Divisible by 3 and 5 :");
for(int i=1;i
public class hello {
public static void main(String[] args) {
for (int i = 1; i
Bro Java la data structures um nadathunga
import java.lang.System;
import java.util.Scanner;
class HelloWorld {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
{
System.out.println("Enter the num1");
}
int a = scan.nextInt();
{
System.out.println("Enter the num2");
}
int b = scan.nextInt();
{
System.out.println("OUTPUT");
}
for(int i=a;i
Bro python advance level teach pannaunga
import java.util.*;
class Main{
public static void main(String args[]){
Scanner obj=new Scanner(System.in);
int a=obj.nextInt();
int b=obj.nextInt();
for(int i=5;i>=a && i
Bro i got the output
15
30
45
60
75
90
Is it right ????
class q13{
public static void main(String args[]){
for (int i=1;i
class one {
public static void main(String[] args) {
for (int i = 1 ; i
3)Count of Odd numbers between 1 to 10:
public class SampleDemo{
public static void main(String args[]){
int count=0;
for(int i=1;i
import java.util.Scanner;
public class demo
{
public static void main(String[] args){
for(int i=1; i
public class c17 {
public static void main(String[] args) {
for(int i=1;i
import java.lang.System;
import java.util.Scanner;
class f1{
public static void main(String[] args)
{
Scanner hi = new Scanner(System.in);
int a = hi.nextInt();
int b = hi.nextInt();
int eveco = 0;
for(int i=a;i
public class Main {
public static void main(String[] args) {
for(int i=0;i
Notes link it is not working
import java.util.*;
class HelloWorld {
public static void main(String[] args) {
Scanner sc =new Scanner(System.in);
// int a = sc.nextInt();
// int b = sc.nextInt();
for( int i =1;i
//print the number which are divisible by 3 and 5 , range 1 to 100
class q18
{
public static void main(String[] args)
{
for(int i =1;i
import java.util.*;
class hello{
piublic static void main(String args[]){
for (int i=1;i
import java.lang.System;
import java.util.Scanner;
class hello
{
public static void main(String args[])
{
Scanner sailesh = new Scanner(System.in);
for(int i=1 ;i
Bro ippah na 12th mudichirukken na graphics designer aaganum enna course eduthu padikanum college la
import java.util.*;
class HelloWorld {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a =1;
int b=100;
int count=0;
for(int i=a;i
import java.util.Scanner;
class hello
{
public static void main(String args[]){
{
for(int i=1;i
public class for_kr{
public static void main(String args[]){
int i;
for (i=1;i
package divisible;
public class divisible {
public static void main(String[] args) {
// TODO Auto-generated method stub
int count=0;
for(int i=1;i