Skip to content
View Kalyan767Z's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Kalyan767Z

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
Showing results

GPT Task 1: This program helps users track their daily expenses. The user is prompted to enter how many days they want to track expenses, and the program creates an array to store the expenses for …

C# 1 Updated Dec 2, 2024

HomeWork 1: A program to calculate the arithmetic mean of two numbers in C#. Focuses on input validation, modular methods, and simple arithmetic operations.

C# 1 Updated Dec 1, 2024

HomeWork 2: A beginner-friendly program to check if a number is even or odd using modulus operation in C#. Demonstrates input validation and basic control flow.

C# 1 Updated Dec 1, 2024

HomeWork 3: A basic calculator in C# capable of addition, subtraction, multiplication, and division. Includes error handling for invalid inputs and division by zero.

C# 1 Updated Dec 1, 2024

HomeWork 4: A C# program to calculate the sum of even and odd numbers in a given range. Demonstrates loops, conditional checks, and input validation.

C# 1 Updated Dec 1, 2024

HomeWork 5: A program to dynamically draw ascending and descending triangles in C#. Focuses on nested loops and pattern generation.

C# 1 Updated Dec 2, 2024

HomeWork 6: A C# program that manipulates arrays by resizing, adding, or removing elements. Demonstrates dynamic array operations and input validation.

C# 1 Updated Dec 1, 2024

HomeWork 7: A program to find the index of an element in an integer array. Uses efficient traversal logic with user-friendly input validation.

C# 1 Updated Dec 1, 2024

HomeWork 8: A comprehensive program to resize arrays and add or remove elements at specific positions. Demonstrates modular design in C#.

C# 1 Updated Dec 1, 2024

HomeWork 9: A set of recursive functions in C# to print arrays, calculate their sum, and compute the digit sum of a number. Highlights recursion as a problem-solving technique.

C# 1 Updated Dec 1, 2024