-
plase help me
i write this program
import java.io.*;
import java.util.*;
public class bbba{
public static void main (String[] args) throws IOException{
File file=new File("C:\\new.doc");
BufferedWriter write=new BufferedWriter(new FileWriter(file));
write.write("nassir");
write.write("nassir");
write.close();
}
}
i want show the result
nassir
nassir
on disply nassirnassir
but without use System.out.println();
becouse i want enter names the student and order ther name
name1
name2
name2
thank you
this is my email :nassirfarhan@yahoo.com
-
Do you want the program asks the user to type certain names without using println statement ?
-
thank you friend
i am new in programming i hope java
i read more book but sometime i no understand many conceptual.
i want enter names to file.txt
and order the names
namestudent1
namestudent2
i hope you understand me
-
Hi
I'm new too :) I'm not an expert (recently I'm studying Java at level one )
I know what you mean .. I'll write the program now and post it here ..
Do you speak Arabic ?? if not ignore it :)
-
thanks friend
now i am in internet
i will wait you
-
try this
import java.util.Scanner;
public class read
{
public static void main (String[]args)
{
Scanner abc = new Scanner (System.in);
String First_name,Second_name;
System.out.print("Type the first name :");
First_name= abc.nextLine();
System.out.print("Type the second name :");
Second_name= abc.nextLine();
}
}
tell me if it works
-
You seem you can speak Arabic more than English ..
you can speak with me in Arabic if you want :)
-
thanks friend
i know this
but i want from file.txt
read and write
i know i will make you tired
-
I've no idea about file.txt in Java
I told you I'm in level one (I don't know many concepts)
Sorry!
-
-
-
انا اسف لاني يمكن ما وصلتلك الفكره
بس انا جديد على البرمجه بس حبيت اشتغل لغة جافا وانا هم محتاجه
فحاولة اشارك بهذا المنتدى حتى يساعدني
واتمنه تساعدني
-
انا بعد جديدة ع الجافا ادرسه بالجامعه
يمكن مالي شهرين بالمستوى الأول ..
وما أخذنا كثير
ما أعرف الحين الا loops ,read statements,arrays
انت تستخدم javacreator??
ولا برنامج ثاني بالبرمجه ؟
ان شاءالله يفيدونك الاعضاء هنا ..
مع اني احس هالقسم ميت ..
-
انا طالب ماستر
بس اول مره اخذ الجافا
فماعرف بيه شي
اتمنى اساعدني
لان شفتك كتبتلي اكسبشن
وانا مافاهمه ياريت اساعدني
-
ماشاء الله ..الله يوفقك :)
اكسبشن ؟؟ ما فهمت قصدك ..
انا توني مبتدئة بالبرمجه والبرمجة عالم كبير
-
-
اهاا نفسي ..
طيب اي كتاب تدرس ؟؟
-
عندي كتب انكليزيه
وكو كتاب عربي هو اول كتاب قراة
-
الحين انت تبي write statement
؟؟
هذا اللي انت مو فاهمه
صح
-
A Beginner’s Guide
هذا واحد من الكتب