Monday, August 28, 2023

Vaccination Programming Coding using Python Language

INPUT: 

print("Vaccination Status")

A=int(input("Age of the person="))

if A < 18:

    print("Not to get Vaccination.")

elif A >= 18:

        X=str(input("Enter the Name :"))

        Y=str(input("Enter the Father Name :"))

        Z=str(input("Enter the aadar card no :"))

        y=str(input("Vaccine type (covishield or covaxin)="))

        if y == "covishield":

           z=str(input("Date of vaccination ="))

           x=int(input("Vaccination dose ( 1 or 2)="))

           if x == 1:

              print("Get vaccinate")

              print("Get your 2nd dose after 86 days.")

           else:

              print("get your second dose")

        elif y == "covaxin":

                b=str(input("Date of Vaccination ="))

                a=int(input("Vaccination dose (1 or 2)="))

                if a == 1:

                    print("get vaccinate")

                    print("Get your 2 nd dose after 25 days.")

                else:

                    print("get your second dose")

 






OUTPUT:



USD TO INR C++ PROGRAMMING

  NALLAMUTHU GOUNDER MAHALINGAM COLLEGE                                                 POLLACHI-642001                                     ...