Skip to content

llcain/learn-Java-JobLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

learn-Java-JobLayer

import java.util.Scanner; public class App {

public static void main(String args[]) {


    // initialize variables

    int total;
    total = 3000;
    int cpsperbundle;
    cpsperbundle = 50;
    int bundlesperlayer;
    bundlesperlayer = 12;

    Scanner Keyboard = new Scanner(System.in);

    //Display calculation to screen

    System.out.println(total/ (cpsperbundle * bundlesperlayer));



        }
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published