Skip to content

Instantly share code, notes, and snippets.

View marakay675's full-sized avatar

marakay675

  • Joined Aug 4, 2025
View GitHub Profile
using System;
namespace homework_Boss_fight
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to the Boss Fight!");
Console.WriteLine("You are a hero with various skills to defeat the Boss.");
using Microsoft.SqlServer.Server;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace homework_Boss_fight
{
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxRandomNumber = 25;
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxRandomNumber = 26;
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxRandomNumber = 26;
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxRandomNumber = 26;
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxRandomNumber = 26;
using System;
namespace Homework_Power_of_two
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int number = random.Next(1, 1000);
using System;
namespace Name_output
{
internal class Program
{
static void Main(string[] args)
{
Console.Write("Please enter your name: ");
string name = Console.ReadLine();
using System;
namespace homework_multiples
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int n = random.Next(10,26);