Computing.net: Question & Answers Forum Latest Questions

Computing Staff
  • 17
  • 17

I have a properties file (my.File.properties) that contains the lines … my.webSphere.directory= my.webSphere.profile= … The user will fill those parameter say … my.webSphere.directory=D:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin my.webSphere.profile=AppSrv01 … Now, I want to create a batch file that gets the parameter my.webSphere.directory and my.webSphere.profile from my.File.properties Thanks!!!

Computing Staff
  • 0
  • 0

var a,b,d,c,r,n : integer; BEGIN writeln(‘vuvedi 4islo’); readln(a); writeln(‘vuvedi 4islo’); readln(b); writeln(‘vuvedi 4islo’); readln(c); n:=(a*a)-(4*b*c); r:=(-b+sqrt(n))/(2*a); d:=(-b-sqrt(n))/(2*a); writeln(‘rezultata e ‘, r , d); readln; END. that is on pascal and here are the errors: 9 / 19 untitl~1.pas Error: Incompatible types: got “S80REAL” ...