[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Help whit java

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 3
Thread images: 1

File: tenor.gif (1MB, 498x318px) Image search: [Google]
tenor.gif
1MB, 498x318px
Hey guys , i need Help to make a java code, it has to calculate the grade taking the 3 periods from the keyboard and then output the result of aproved or not , to pass you need to have more than 70% on the final note, the 2 first periods has to be multiplied for 0.3 and the last one by 0.4 so if i got 60 on the first one 80 on the second one and 70 on the last one ir would be:
60*0.3=18
80*0.3=24
70*0.4=28

And then that result needs to be checked if it more than 70 or less and then output aproved or not
>>
>>371083

There are several methods to accept inputs from the keyboard, for some reason I love Scanner

("syso()" = System,out.println())

import java.util.Scanner

public class Whetever{
blablabla main{

Scanner sc = new Scanner(System.in);
syso("please input first period");
int period1 = sc.nextInt();
syso("second period");
int period2 = sc.nextInt();
syso("third period, pronto!");
int period3 = sc.nextInt();

period1 = period1*0.3;
period2 = period2*0.3;
period3 = period3*0.4;

if((period1 + period2 + period3) >= 70){
syso("Approved!")

else syso("Better luck next time!");
}
}
>>
thanks, it worked
Thread posts: 3
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.