Skip to content
View suryaprakash09-git's full-sized avatar

Block or report suryaprakash09-git

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. spgames spgames Public

    HTML

  2. flipcards flipcards Public

    HTML

  3. Ride-Sharing-App Ride-Sharing-App Public

    This Java program simulates a ride-sharing system with an abstract Ride class and subclasses BikeRide and CarRide. It takes ride type and distance as input, validates them, calculates fare based on…

  4. E-Commerce-Shopping-Cart E-Commerce-Shopping-Cart Public

    This Java program simulates a shopping cart using OOP. Products are stored with name, price, and quantity. Discounts are applied via polymorphism: festive (10% off) or bulk (20% off if quantity > 5…