import java.util.Scanner;
Scanner s=new Scanner(System.in);
float f=s.nextFloat();
Scanner: To scan the text
System.in: To receive data from standard input stream
config.version = "8"virtualHW.version = "4"displayName = "Live CD ISO"annotation = "Live CD ISO "guestinfo.vmware.product.long = "Live CD ISO"guestinfo.vmware.product.url = "http://.com"guestinfo.vmware.product.short = "LCDI"guestinfo.vmware.product.version.major = "1"guestinfo.vmware.product.version.minor = "0"guestinfo.vmware.product.version.revision = "0"guestinfo.vmware.product.version.type = "release"guestinfo.vmware.product.class = "virtual machine"guestinfo.vmware.product.build = "1.0.0rc8-20051212"uuid.action = "create"guestOS = "winxppro"###### Memory#####memsize = "126"# memsize = "256"# memsize = "512"# memsize = "768"## Alternative larger memory allocations###### USB#####usb.present = "TRUE"###### Floppy#####floppy0.present = "FALSE"###### IDE Storage#####ide1:0.present = "TRUE"#Edit line below to change ISO to boot fromide1:0.fileName = "My_iso.iso"ide1:0.deviceType = "cdrom-image"ide1:0.startConnected = "TRUE"ide1:0.autodetect = "TRUE"###### Network#####ethernet0.present = "TRUE"ethernet0.connectionType = "nat"# ethernet0.connectionType = "bridged"## Switch these two to enable "Bridged" vs. "NAT"###### Sound#####sound.present = "TRUE"sound.virtualDev = "es1371"sound.autoDetect = "TRUE"sound.fileName = "-1"###### Misc.## (normal) highpriority.grabbed = "high"tools.syncTime = "TRUE"workingDir = "."## (16) 32 64sched.mem.pShare.checkRate = "32"## (32) 64 128sched.mem.pshare.scanRate = "64"## Higher resolution lockout, adjust values to exceed 800x600svga.maxWidth = "800"svga.maxHeight = "600"## (F) Tisolation.tools.dnd.disable = "FALSE"## (F) Tisolation.tools.hgfs.disable = "FALSE"## (F) Tisolation.tools.copy.disable = "FALSE"## (F) Tisolation.tools.paste.disable = "FALSE"## (T) Flogging = "TRUE"### (F) Tlog.append = "FALSE"## (3) number of older files keptlog.keepOld = "1"## (0) microsecondskeyboard.typematicMinDelay = 1000000uuid.location = "56 4d 1f 5d c1 12 e8 02-ed e4 b0 ec ac 96 b8 d0"uuid.bios = "56 4d 1f 5d c1 12 e8 02-ed e4 b0 ec ac 96 b8 d0"ethernet0.addressType = "generated"ethernet0.generatedAddress = "00:0c:29:96:b8:d0"ethernet0.generatedAddressOffset = "0"checkpoint.vmState = "live-cd-iso.vmss"tools.remindInstall = "TRUE"
###### Memory#####memsize = "126" (Here you can give any value in quotations, below you can see the examples)# memsize = "256"# memsize = "512"# memsize = "768"
###### IDE Storage#####ide1:0.present = "TRUE"#Edit line below to change ISO to boot fromide1:0.fileName = "My_iso.iso" (here you can give the .iso file name ,my file name is “My_iso.iso"”)ide1:0.deviceType = "cdrom-image"ide1:0.startConnected = "TRUE"ide1:0.autodetect = "TRUE"
# Higher resolution lockout, adjust values to exceed 800x600svga.maxWidth = "800"svga.maxHeight = "600"Here also you can change your resolution screen.if load at 800x600 resolution , it will ask again the resolution while loading, choose any option.If adjust to higher resolution, it will load silently.
###### Network#####ethernet0.present = "TRUE"ethernet0.connectionType = "nat"# ethernet0.connectionType = "bridged"## Switch these two to enable "Bridged" vs. "NAT"Here you can change nat or bridged