Featured
-
No Featured Found!
Tags
Help me to this error in java I am new to coding
this is the code:
import java.util.Scanner;
public class Bill {
public static void main(String[] args) {
// smiley 30 strips 40 milk 20
Scanner sc = new Scanner(System.in);
System.out.println("Choose one o...
How to Split String From a Javascript File into Two Array String
I want split string from file into two array string......
file contain this-
Bangladesh= 109.408
India= 92.7478
Pakistan= 200.550
USA= 1.29221
Europe= 1.16989
UK= 1
SA= 4.85180
Australia= 1.90035
Can...
Autofill functionality for website forms
I have a website whose source code cannot be changed.It has several forms which has repetitive fields so for reducing manual filing of repetitive fields i want autofill functionality.I will have another website from where data will be stored and ...