Refactored classes / File names to use Pascal case

This commit is contained in:
Cameron Seamons 2026-01-07 14:31:46 -07:00
parent c4e62fc5a3
commit 326bf53196
17 changed files with 8 additions and 8 deletions

Binary file not shown.

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class compoundInterest {
public class CompoundInterest {
public static void main(String[] args) {

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class ifStatements {
public class IfStatements {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class madLibs {
public class MadLibs {
public static void main(String[] args){

View file

@ -1,4 +1,4 @@
public class printF {
public class PrintF {
public static void main(String[] args){
String name = "Spongebob";

View file

@ -1,7 +1,7 @@
import java.util.Random;
import java.util.Scanner;
public class randomNums {
public class RandomNums {
public static void main(String[] args) {
Random random = new Random();

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class shoppingCart {
public class ShoppingCart {
public static void main(String[] args){

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class trueFalse {
public class TrueFalse {
public static void main(String[] args) {

View file

@ -1,6 +1,6 @@
import java.util.Scanner;
public class weightConverter {
public class WeightConverter {
public static void main(String[] args) {