Skip to content

Instantly share code, notes, and snippets.

View PHCoder05's full-sized avatar
🎯
Focusing

Pankaj Hadole PHCoder05

🎯
Focusing
View GitHub Profile
@PHCoder05
PHCoder05 / Percentage_calculator
Last active February 13, 2022 18:53
my first git having percentage calculator
package com.company;
import java.util.Scanner;
public class Exercise_1 {
public static void main(String[] args) {
System.out.println("Calculating marks of CBSC students");
Scanner sc = new Scanner(System.in);
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
.container {
margin: 0 auto;
padding: 20px;
border: solid black 0.5px;
border-radius: 12px;
}
.group-card {
margin-bottom: 20px;