Sorry if this has been posted. I've been trying to look for the thread like this. I got a new computer. Besides Antivirus and Mozilla Firefox, What is the most used programs people install when they first get a computer?
Printable View
Sorry if this has been posted. I've been trying to look for the thread like this. I got a new computer. Besides Antivirus and Mozilla Firefox, What is the most used programs people install when they first get a computer?
Skype.
WLM. Skype. Office 2010. Some Adobe programs (Photoshop, Dreamweaver, Flash etc), Steam, Adobe Reader, Winrar, iTunes.
File extractor (WinRAR), Skype, Teamviewer, Msn, Dreamweaver + Gfx editting software
Thank you all!
And if you're a programmer the software relevant to what you program in.
If he was a programmer, I really don't think he'd be posting this thread.. :P
Code:import java.util.Scanner;
public class installPrograms{
public static void main(String[] args){
UserClass User = new UserClass();
Scanner in = new Scanner(System.in);
if(User.programmer == true){
for(int i = 0; i < KnownPrograms.length; i++){
User.install(KnownPrograms[i]);
}
}
else{
thread.postContent = "What is the most used programs people install when they first get a computer?";
User.post(thread);
if(in.hasNextLine()){
KnownPrograms.add(in.nextLine());
}
}
}