Beginner Java Tutorial 1 - Creating a basic program

preview_player
Показать описание

How to make a basic converter using a mixture of batch and Java. This can be done using only Java, but that involves using a loop, something I'll introduce later. Hope you enjoy!

Please visit:
Рекомендации по теме
Комментарии
Автор

This is so good for beginner uni students doing the Computing course. Keep up the good stuff man, I'm recommending this to my mates.

sidewinderer
Автор

GREAT vid man! I could clearly understand what you mentioned there. Keep doing such great tutorials. Love em :)

whcmennblk
Автор

Great video! Fair play to you for taking the time to make it . . . Thanks!

paddymfinn
Автор

Very good made for beginners !!! Really nice.

flawth
Автор

this help a lot for me u saved me a lot of math . lol love it dude

forax
Автор

So glad i have Duel MOnitors for this.

ColeTheCrusher
Автор

@manwithnouthingtodo Yes... you use java to watch videos... this is the programme that you use to MAKE the client to play the videos.

killer
Автор

I am not getting the option to create a text file in java/jdk/bin, it is just showing folder when I choose 'new'.
where did I miss or what settings I need to change.

gauravdubey
Автор

easy to understand buddy i made this love u

AbdulBasit-injx
Автор

Ok then, I have eclispe. These programms are different?

Hellession
Автор

i cannot download the java software as now the download is ifferent and my pc is 32bit not 64 or 86. what should i do?

Reeceinator
Автор

@TheRdd87 ? what do u mean and how do i do that?

Reeceinator
Автор

Great Work .. Sir.. Thanks a lot....

Theamongusplayers
Автор

Why does it say I need permission to create a txt file in the bin directory?

ThisIsHoof
Автор

@manwithnouthingtodo Java is a coding thing + A kinda plugin to alot of things.

PoundSakeFTW
Автор

Here everyone this is easier...

import java.util.Scanner;

public class Kilograms_to_Pounds {
static Scanner scan = new Scanner(System.in);
static double kg;
static double answer;

public static void main(String [] args){
System.out.println("Welcome to the Kilograms to Pounds converter!");
System.out.println("Please Enter your Kilograms number: ");
kg = scan.nextDouble();
answer = kg * 2.205;
System.out.println("Answer: " + answer + " " + "Pounds");

}

}

TehScoinHub
Автор

Okay am i stupid cuz i cant figure out how to make a new text file .-.

LittleRatLulu
Автор

java uses lua? i thought it had it's own programming language.

myryonspoof
Автор

@Reeceinator007 yeah its stupid, they should just say 32

jjtheslayer
Автор

I fall asleep watching this

sorry but I Dont UNDESTAND!

LBM