Input Output

1.1. Write a program that prints your name.

1.3. Write a program that read and display an integer number.

1.4. Write a program that read and display an integer number.

1.5. Write a program that read and display floating point number.

1.6. Write a program that read and display long number.

1.7. Write a program that read and display double number.

1.8. Write a program that read and display any character.

1.9. Write a program that read ASCII value and display equivalent character.

1.10. Write a program that read any character and display ASCII value.

1.11. Write a program that read any lower case character and display in upper case.

1.12. Write a program that read any upper case character and display in lower case,

1.13. Write a program that read any decimal number and display equivalent octal number.

1.14. Write a program that read any decimal number and display equivalent hexadecimal number

1.15. Write a program that read any decimal number and display equivalent hexadecimal number.

1.16. Write a program that read any octal number and display equivalent decimal number.

1.17. Write a program that read any hexadecimal number and display equivalent decimal number.

1.18. Write a program that read and display your name.

1.19. Write a program that read and display a of text.

1.20. Write a program that read any date in the format DD/MM/YYYY and displays day, month and year separately.

1.21. Write a program that read any date in the format DD- MM-YYYY and display day, month and year separately.

1.22. Write a program that read any date in the entire following format 1) DD-MM-YYYY ii) DD/MM/YYYY iii) DD MM YYYY iv) DD.MM.YYYY And display day, month and year seperatly.


  

No comments:

Post a Comment