Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Main(String[] args)...
comments
java
0 głosów
2 odpowiedzi
8th Dec 2018, 4:53 AM
Manjesha
static void Main(string[] args)
c#
input
0 głosów
1 Odpowiedź
8th Apr 2019, 9:38 AM
Shaik Shabbeer
static void Main(string[] args)
c#
-2 głosów
2 odpowiedzi
26th Jun 2018, 8:35 AM
Andy Jiang
public static void main(String[] arg) { ???
java
5 głosów
4 odpowiedzi
1st Mar 2017, 9:49 PM
PaperGami T.
public static void main(String[] args) is predefined method or user-defined?
java
1 Głos
7 odpowiedzi
11th Nov 2016, 7:20 PM
Vaibhav Kharche
What is meaning of this code static void Main(string[] args)
c#
0 głosów
4 odpowiedzi
8th Jan 2023, 4:40 PM
clip maker
import java.util.Scanner; public class Program { public static void main(String[] args) { System.out.println("enter y
java
-4 głosów
13 odpowiedzi
12th Jan 2022, 7:42 PM
ABHISHEK MANE
What is the use of "static" in public static void main(String[] args) ?
java
4 głosów
2 odpowiedzi
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 głosów
13 odpowiedzi
30th Nov 2020, 6:57 AM
Tiamiyu Toheeb
Public static void main(String[] args) here int is not applies to why?
java
3 głosów
2 odpowiedzi
1st Aug 2018, 12:27 PM
Vidyanand kumar
What is the meaning of " static void Main(string[] args) "?
c#
output
1 Głos
1 Odpowiedź
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 głosów
6 odpowiedzi
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 głosów
3 odpowiedzi
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 Głos
4 odpowiedzi
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 Głos
3 odpowiedzi
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 głosów
6 odpowiedzi
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 głosów
13 odpowiedzi
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 głosów
2 odpowiedzi
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 Głos
5 odpowiedzi
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 głosów
5 odpowiedzi
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 Głos
2 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
1 Odpowiedź
27th Sep 2019, 3:24 PM
Anuj Patel
public class Program { public static void main(String[] args) { int a=5; int b=2; int f=+a+b; System.out.pri
java
0 głosów
3 odpowiedzi
7th Apr 2019, 7:51 AM
Vignesh R
import java.util.*; public class Program { public static void main(String[] args) { Scanner sc=new Scanner(Syst
.
0 głosów
2 odpowiedzi
14th Sep 2022, 3:32 PM
A.T.U .L.
public class Program { public static void main(String[] args) { float a =10.2; float b=5.3; float c=a%b;
java
0 głosów
4 odpowiedzi
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 Głos
3 odpowiedzi
27th Jan 2022, 2:35 PM
Hirdesh Prajapati
Error: Main method not found in class Pozycja, please define the main method as: public static void main(String[] args) or a
java
0 głosów
11 odpowiedzi
5th Jan 2020, 9:34 PM
Ivan
import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new
java
0 głosów
3 odpowiedzi
30th Jan 2019, 1:56 PM
Tilly Moore
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
.
-5 głosów
3 odpowiedzi
15th Jun 2021, 3:47 PM
Priti
public class IfClass { public static void main(String[] args) { int noOfPetals = 5; if (noOfPetals % 2 ==
java
1 Głos
4 odpowiedzi
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 głosów
1 Odpowiedź
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 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
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 Głos
4 odpowiedzi
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 Głos
8 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
3 odpowiedzi
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 Głos
2 odpowiedzi
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 głosów
1 Odpowiedź
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 Głos
9 odpowiedzi
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 głosów
2 odpowiedzi
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 Głos
5 odpowiedzi
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 głosów
1 Odpowiedź
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 głosów
2 odpowiedzi
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 głosów
6 odpowiedzi
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 Głos
2 odpowiedzi
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 głosów
4 odpowiedzi
13th Aug 2019, 12:33 AM
DjCisse Samuel Tsok
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
arrays
java
2 głosów
5 odpowiedzi
25th Oct 2017, 11:56 AM
Hasrat Wadsariya
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
2
Dalej >
Popularne dzisiaj
I tried copying one of my older codes from the Playground into Wing IDE, and it returned a TabError.
1 Votes
Error here
1 Votes
My profile is following -1 user right now!
0 Votes
BIT SHIFTING OPERATION.
1 Votes
I am 21 years old, I am interested in programming, but everywhere they write and talk about some kind of artificial intelligence
0 Votes
I just finished C intermediate, what to do now?
1 Votes
What do you think
1 Votes
Ascii
1 Votes
Where can I actively practice my Python skills?
0 Votes
How can I delete a waiting response for a code challenge
0 Votes