- 1
Please can you help me to create one programme?
An output of the programme must be in landscape format with two collum on the left screen at the button there must be option written "Random Select" once we click that it should select number from 0-9 in random, that particular number must be noted on right screen from once place, next random number must be placed in ten place and so on. on the right screen there must be an option, 'start New' so that it will start noting the number picked from left screen. all number on right screen should remain therein.
5 Answers
+ 2
I don't think this is that sorta place.
A web code would be easy and cheaper. A C++/ Java code would be costly as it needs to be compiled and packed into an APK.
However SL isn't a code market place. I think you should consider deleting this thread.
+ 1
Here's something:
#! /usr/bin
xmessage I must not ask other people to do my homework.
save as dof.sh
Now run it by typing: sh dof.sh
in the console.
0
c++ version:
#include <iostream.h>
int main()
{
while(true)
{
cout << "i will do my own homework" << endl;
}
return 0;
}
0
i will give the payment how much would i need to pay for this. it must be an .exe software.
0
Thank you nonzyro for your valuable feedback.