Welcome

6TH SEM KU LAB ASSIGNMENT SOLUTIONS (BSIT-61)

1.) Write a program in C# using command line arguments to display a welcome message. The message has to be supplied as input in the command line
using System;
class prac1
{
public static void Main(string[] args)
{
foreach(string k in args)
{
Console.Write(k+" ");
}
Console.ReadLine();
}
}

2.) Write a program in C# to find the area of a circle, given its radius.
using System;
class prac2
{
public static void Main()
{
float radius=8.9f;
float pi=3.14f;
float area;
area=pi*radius*radius;
Console.WriteLine("The Area Of Circle whose Radius is {0} :- {1}",radius,area);
Console.ReadLine();
}
}

HOW TO REPAIR BOOT FILES IN WINDOWS XP

Damaged boot files in Windows XP prevent the operating system from starting in Normal Mode, although you may be able to access Safe Mode. If you are able to enter Safe Mode, try to copy damaged boot files or to modify the boot.ini while in Safe Mode by inserting the Windows XP installation disk and copying files from the disk to your hard drive. If you cannot reach Safe Mode, you will need to initiate repairs through the Windows XP Recovery Console. You will need to know which files you need to replace and their exact file names.


Instructions :-

Things You'll Need:

    * Windows XP installation disk
    * Administrator access

      1. Use the XP Recovery Console

      2. Insert the Windows XP installation disk.

      3. Restart the computer.

HIDE UR FOLDERS.. NEVER KNOWN TRICK !!!!! DISGUISE THEM TO "RECYCLE BIN"

Here is a latest trick to hide your important folder into recycle bin.


Instructions :-

Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}

eg.,

If u've a folder games

Press F2,

Then type, "games.{645FF040-5081-101B-9F08-00AA002F954E}"

See the magic....