Skip to content
View Vutla-Rupalatha's full-sized avatar

Block or report Vutla-Rupalatha

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. -food-delivery-bill-calculator -food-delivery-bill-calculator Public

    A Python program to calculate the total bill for food delivery based on distance, quantity, and food type (Veg or Non-Veg).

    Python

  2. tax-calculator tax-calculator Public

    A Python program that calculates tax based on the type of citizen (individual, senior, super senior) and their annual income. The program handles different tax slabs and provides accurate tax calcu…

    Python

  3. isbn-checker-python isbn-checker-python Public

    The python program checks the validity of a 10-digit ISBN entered by the user. It computes the checksum and verifies if it is divisible by 11, determining whether the ISBN is legal or illegal accor…

    Python

  4. discount-calculator discount-calculator Public

    This Python script calculates the discount based on the sum of even and odd digits in a given bill amount. It iterates through each digit of the number, categorizes them into even and odd digits, …

    Python

  5. student-grade-calculator student-grade-calculator Public

    This java program displays grades based on input marks for six subjects. It includes classes for inputting marks, calculating total marks, computing percentage, determining grades, and a main class…

    Java