Imgflip Logo Icon

i have no fucking clue on how to code

i have no fucking clue on how to code | made w/ Imgflip meme maker
95 views 2 upvotes Made by anonymous 3 years ago in MS_memer_group
9 Comments
[deleted]
3 ups, 3y,
2 replies
https://i.imgflip.com/780spv.gif
[deleted]
1 up, 3y,
1 reply
LMAOO
[deleted]
0 ups, 3y,
1 reply
Scared Black Guy | BOO | image tagged in scared black guy | made w/ Imgflip meme maker
import java.util.Scanner;
class Eggs {
public static void main(String[] args) {
// Write your code here
final double DOZEN_PRICE = 3.25;
final double LOOSE_PRICE = .45;
final int EGGS_IN_DOZ = 12;

int dozen,eggsLeft,eggs;
double dozenCost,looseCost;
Scanner kbrd = new Scanner(System.in);
System.out.println("How many eggs?");
eggs= kbrd.nextInt();

dozen=eggs/EGGS_IN_DOZ;
eggsLeft= eggs % EGGS_IN_DOZ;

dozenCost =dozen*DOZEN_PRICE;
looseCost =eggsLeft*LOOSE_PRICE;


System.out.println(dozen + "dozen , will cost $"+dozenCost);
System.out.println(eggsLeft+ "loose eggs will cost $"+looseCost);

System.out.println("Total Cost $"+ (dozenCost+looseCost));
System.out.println("You ordered "+eggs+" eggs. That's "+dozen+"_ dozen"+DOZEN_PRICE+"per dozen and "+eggsLeft+" loose eggs at "+LOOSE_PRICE+" cents total of $ "+dozenCost+looseCost)+"."); }
}
[deleted]
1 up, 3y
literally
1 up, 3y
fr
0 ups, 3y,
1 reply
i can only draw on scratch
[deleted]
0 ups, 3y
same
[deleted]
0 ups, 3y
I have a friend who knows how

I play test their games sometimes
[deleted]
0 ups, 3y
Watch a tutorial video
I normally managed to make
PS1, PS2, GameCube, Xbox original, Xbox 360 old and New, Dreamcast, Vci and hit entertainment logos because it was some what easy (last 2 are nostalgic)
Created with the Imgflip Meme Generator