Skip to content

janmey007/bebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bebin

my first one

This repository builds logic for coding in java. This repository uses an additional function called scanner. To use this u have to writeimport java.util.scanner Before starting your code.

How to use this function

Scanner function recieve inputs from user. To use this to take different data type different syntax is used.

For integer use int a = sc.nextInt();

Similarly float a=sc.nextFloat();

double a=sc.nextDouble();

And for string use string a=sc.nextLine();

About

my first one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages