Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Main(String[] args)...
comments
java
0 Voti
2 Risposte
8th Dec 2018, 4:53 AM
Manjesha
static void Main(string[] args)
c#
input
0 Voti
1 Risposta
8th Apr 2019, 9:38 AM
Shaik Shabbeer
static void Main(string[] args)
c#
-2 Voti
2 Risposte
26th Jun 2018, 8:35 AM
Andy Jiang
public static void main(String[] arg) { ???
java
5 Voti
4 Risposte
1st Mar 2017, 9:49 PM
PaperGami T.
public static void main(String[] args) is predefined method or user-defined?
java
1 Voto
7 Risposte
11th Nov 2016, 7:20 PM
Vaibhav Kharche
import java.util.Scanner; public class Program { public static void main(String[] args) { System.out.println("enter y
java
-4 Voti
18 Risposte
12th Jan 2022, 7:42 PM
ABHISHEK MANE
What is meaning of this code static void Main(string[] args)
c#
0 Voti
4 Risposte
8th Jan 2023, 4:40 PM
clip maker
What is the use of "static" in public static void main(String[] args) ?
java
4 Voti
2 Risposte
23rd Jun 2018, 11:05 AM
Ajay Parmar
import java.util.Scanner; public class Interest { @SuppressWarnings("resource") public static void main(String[] args) { Sc
programming
-3 Voti
13 Risposte
30th Nov 2020, 6:57 AM
Tiamiyu Toheeb
Public static void main(String[] args) here int is not applies to why?
java
3 Voti
2 Risposte
1st Aug 2018, 12:27 PM
Vidyanand kumar
What is the meaning of " static void Main(string[] args) "?
c#
output
1 Voto
1 Risposta
28th Jul 2018, 6:26 PM
Mohamed Ramadan El Geneidyโ
public class Main { public static void main(String[] args) { int i = 012345; System.out.println(i); } }
java
4 Voti
6 Risposte
25th Apr 2019, 6:21 AM
Sonu Kumar
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
2 Voti
3 Risposte
30th Dec 2019, 4:32 PM
BAYODE BLESSING AKINBOLA
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
calculator
loan
-1 Voto
4 Risposte
19th Jan 2021, 5:33 AM
Samriddhi sinha
Public class Exceptions {public static void main(String[] args) {try {if (args.length == 0) return;System.out.println(args[0]);}
java
1 Voto
3 Risposte
28th Jun 2017, 2:01 AM
Sandeep Jena
public class Main { public static void main(String[] args) { int a = 'a'; System.out.print(a); } }
java
2 Voti
6 Risposte
9th Sep 2018, 7:29 AM
sapan
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner sourav = new Scanne
java
0 Voti
13 Risposte
25th Jul 2017, 8:41 AM
Sourav Kumar
class MyClass { public static void main(String[] args) {System.out.printIn("I am learning Java"); } }
java
0 Voti
2 Risposte
8th Nov 2019, 2:19 PM
Fiamordzi Edzenam
public class program { public static void main(String[] args) { String firstName, lastName; firstName="Mahmudul"; lastNam
fault
1 Voto
5 Risposte
28th Aug 2017, 11:20 AM
Mahmudul Hasan
import java.util.*; class Program { public static void main(String[] args) { int ch; float usd,inr;
java
0 Voti
5 Risposte
28th Jun 2017, 2:17 PM
Rajan Khorasiya
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
1 Voto
2 Risposte
30th Dec 2019, 4:26 PM
BAYODE BLESSING AKINBOLA
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scann
switch
0 Voti
3 Risposte
20th Sep 2022, 3:22 PM
Senthil
public class Program { public static void main(String[] args) { int x[]={110,20,30,40,50,70}; int y[]; y=x;
operands
0 Voti
1 Risposta
27th Sep 2019, 3:24 PM
Anuj Patel
import java.util.*; public class Program { public static void main(String[] args) { Scanner sc=new Scanner(Syst
.
0 Voti
2 Risposte
14th Sep 2022, 3:32 PM
A.T.U .L.
public class Program { public static void main(String[] args) { int a=5; int b=2; int f=+a+b; System.out.pri
java
0 Voti
3 Risposte
7th Apr 2019, 7:51 AM
Vignesh R
public class Program { public static void main(String[] args) { float a =10.2; float b=5.3; float c=a%b;
java
0 Voti
4 Risposte
25th May 2020, 1:13 PM
Harsh Vyas
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner read = new Scanner
java#coder
1 Voto
3 Risposte
27th Jan 2022, 2:35 PM
Hirdesh Prajapati
import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new
java
0 Voti
3 Risposte
30th Jan 2019, 1:56 PM
Adewusi Abdulgafar
Error: Main method not found in class Pozycja, please define the main method as: public static void main(String[] args) or a
java
0 Voti
11 Risposte
5th Jan 2020, 9:34 PM
Ivan
import java.util.Scanner; public class AsciiSum { public static void main(String[] args) { Scanner scanner = new Sc
10
1 Voto
2 Risposte
31st May 2025, 5:55 PM
Rishika
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
.
-5 Voti
3 Risposte
15th Jun 2021, 3:47 PM
Priti
public class IfClass { public static void main(String[] args) { int noOfPetals = 5; if (noOfPetals % 2 ==
java
1 Voto
4 Risposte
24th Jul 2020, 4:54 AM
Gautam Patel
import java.io.*; public class BinaryFileDemo { public static void main(String[] args) { FileOutputStream outobject
importjava.io.*;public
-4 Voti
1 Risposta
31st Dec 2020, 3:19 AM
Jibon Kumar
public class Main { public static void main(String[] args) { //correct variable declarations int name = "J
can
don'tknow
help
i
me
todo
what
who
0 Voti
2 Risposte
21st Nov 2020, 1:58 AM
John Hale
public class Program { public static void main(String[] args) { //fix the variable types string name =
0
error
line
0 Voti
2 Risposte
25th Jul 2022, 6:12 PM
30 Nidhi Kumari 10B
What is the output of this code? static int Test(out int x, int y=4) { x = 6; return x * y; } static void Main(string[] args
code?
int
is
of
output
static
test(out
the
this
what
0 Voti
2 Risposte
19th Sep 2018, 1:39 AM
Lavetta Lewis
public class Program { public static void main(String[] args) { } { int a = 1; while (a<=5)
tes
1 Voto
4 Risposte
18th Oct 2017, 12:04 PM
Agni Rosadi
public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; int sum=0;
arrays
1 Voto
8 Risposte
16th Mar 2018, 3:48 PM
Devansh Gupta
public class Program { public static void main(String[] args) { int day = 5; switch(day) { case
tell
0 Voti
3 Risposte
9th Aug 2017, 11:00 AM
Ramsha Iqbal
import java.util.*; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System
java
-3 Voti
3 Risposte
14th Dec 2020, 4:56 PM
ABDULLAHI AMINU
public class main { public static void main(String[] args) { Scanner scan = new Scanner(System.in) ; System.ou
java
-1 Voto
2 Risposte
13th Jun 2021, 9:38 PM
Musaif
public class Program { public static void main(String[] args) { int arr[]= {5 ,1, 2,3}; System.out.println(bubbleso
bubble
sorting
0 Voti
1 Risposta
16th Nov 2020, 8:56 PM
Asma Omer
can any one help me with main(string[] args) any idea why its not woeking when im typing it right? im new by the way
comments
1 Voto
9 Risposte
14th Feb 2019, 3:58 AM
maher
public class Program { public static void main(String[] args) { int[ ] intArr = new int[5]; int[5]={1,2,3};
java
0 Voti
2 Risposte
26th Jun 2017, 7:09 PM
gobiga rani
public class Program { public static void main(String[] args) { int x = 34; int y = ++x; int z = x+y
operators
1 Voto
5 Risposte
30th Oct 2019, 9:09 PM
Daniel
using System; namespace Project { class MyClass { public static void Main(string[] args) { int age; string name;
c#
error
0 Voti
1 Risposta
5th Oct 2021, 10:16 AM
omitogun toni
public class Program { public static void main(String[] args) { for(int x=2; x< 10; x=x*x) { System.out.
java
loops
0 Voti
2 Risposte
19th Mar 2017, 6:50 AM
naveen roshan
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
diy
0 Voti
6 Risposte
16th Jul 2020, 10:26 AM
Saurav Menon
In java why is string[] args used in here: public static void main(string[] args) ??? What if we don't use it??
java
1 Voto
2 Risposte
13th Dec 2019, 9:35 AM
Akansha Roy
What did i get wrong? public class printx { public static void main(String[] args) { int [] array = new int [10];
java
0 Voti
4 Risposte
13th Aug 2019, 12:33 AM
DjCisse Samuel Tsok
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
Successivo >
Popolare oggi
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
How to add two strings together in ts or css
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why canโt I use double โ in python?
0 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
2 cases not correct what's the problem
1 Votes