Skip to content

Instantly share code, notes, and snippets.

View thanhhoa214's full-sized avatar
🔥

Hoa "Rin" Nguyen thanhhoa214

🔥
View GitHub Profile
import java.util.Scanner;
public class Hello {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
//dài
System.out.println("Nhập chiều dài mảng: ");
int dai=0;
boolean flag;
do {
public class Hello {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
//dài
System.out.println("Nhập chiều dài mảng: ");
int dai=0;
boolean flag;
do {
flag =sc.hasNextInt();
if (flag) dai=sc.nextInt();