#python..
#you can use it.
data="My name is kazi"
with open("text.txt","w") as store:
store.write(data)
with open("text.txt","r") as file:
print(file.read())
7th Dec 2017, 6:58 AM
Käzî Mrîdùl Høssäîn
+ 5
Please specify a language
7th Dec 2017, 6:17 AM
ThreeG
+ 4
you can use java and also python its your choice......