8000
Skip to content

Shubhayu1505/Visual-Programming-Tutorial-2-Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Programming Tutorial 2.1

This repository contains solutions for Tutorial 2.1 of the course 21CSE392P Visual Programming at SRM Institute of Science and Technology, Department of CINTEL.


List of Programs

  1. Sum of two integers with triple if same
  2. Find the longest word in a string
  3. Left circular rotation of an array
  4. Find third largest integer using one loop
  5. Convert 2D array to 1D array
  6. Find angle between hour and minute hands
  7. Remove duplicate elements from array
  8. FilterAndSort method for students with GPA > 3.5
  9. ReadFileAndSumNumbers method
  10. Thread-safe Singleton class
  11. DownloadFileAsync method
  12. Sum of even numbers in array
  13. Calculate circle circumference without modifying class
  14. Call constructor with parameters without new instances
  15. Convert kilometers to meters
  16. Remove all but first $ occurrence
  17. Evaluate arithmetic expressions
  18. Compute (x+y)z and xy + y*z
  19. Display number in formatted pattern using {0}
  20. Reverse words in a sentence
  21. Create string of four copies of last four characters
  22. Create array from middle elements of three arrays
  23. Check if average is whole number
  24. Check if string length is odd or even
  25. Find longest common prefix
  26. Count elements in a stack
  27. Bubble sort implementation
  28. Bubble sort with optimization
  29. Insertion sort implementation
  30. Count digits using recursion
  31. Calculate average with empty array exception handling
  32. Read date with format validation
  33. Handle Int32 overflow exception
  34. Calculate quotient and remainder using output parameters
  35. Product of large numbers as string
  36. Add whole and fractional values to date
  37. Write lines to file excluding given string
  38. Read last line of a file
  39. Count number of lines in a file
  40. Display right angle triangle pattern with numbers
  41. Display alphabet pattern A with asterisk
  42. Display alphabet pattern E with asterisk
  43. Display alphabet pattern Z with asterisk
  44. Divide numbers with non-numeric exception handling
  45. Read date with format validation
  46. Download multiple URLs with exception handling
  47. Validate integer range with exception
  48. Add internal marks with triple if same
  49. Find longest word in resume text
  50. Left circular rotation for load balancing
  51. Find third highest score using one loop
  52. Convert 2D temperature grid to 1D array
  53. Calculate clock angle for smartwatch
  54. Remove duplicate roll numbers
  55. FilterAndSort students by GPA
  56. Read file and sum transaction values
  57. Thread-safe configuration singleton
  58. Async file download with size reporting
  59. Sum even meter readings
  60. Calculate circumference without modifying Circle class
  61. Constructor with parameters without new instances
  62. Convert kilometers to meters for travel app
  63. Remove extra $ symbols from transaction strings
  64. Evaluate complex arithmetic expressions
  65. Compute research formulas
  66. Display number in formatted pattern using {0}
  67. Reverse words in sentence for word processor
  68. Generate string from last four characters
  69. Create array from middle elements of three arrays
  70. Check if average score is whole number
  71. Check username length odd or even
  72. Find longest common prefix for search keywords
  73. Count undo operations in stack
  74. Bubble sort for learning platform
  75. Bubble sort explanation with example
  76. Insertion sort for nearly sorted data
  77. Count digits using recursion
  78. Calculate average with empty input handling
  79. Validate date format with exception handling
  80. Handle Int32 overflow exception
  81. Return quotient and remainder using output parameters
  82. Product of large numbers as string
  83. Add fractional days to date for scheduling
  84. Write lines to file excluding keywords
  85. Read last line of log file
  86. Count lines in text file
  87. Display numeric and alphabet patterns using *

Course Details

  • University: SRM Institute of Science and Technology
  • Department: CINTEL
  • Course Code: 21CSE392P
  • Course Name: Visual Programming
  • Tutorial: 2

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


👨‍💻 Created by Shubhayu K

"Coding is for fun, not for academics. Free to use, enjoy!"


Built with ❤️ and a lot of ☕

Releases

No releases published

Packages

 
 
 

Contributors

Languages

0