Most voted "conversion" questions
None
Learn more…103 questions
Sort by count of
-
-2
votes1
answer50
viewsCan you convert an array of strings to a double array without concatenating the decimal numbers in the conversion?
I would like that, somehow, after converting the string array to double, the values remain floating point. I put the input as, for example, 5.5 6.5 7.8 2.5 6.2, and during the conversion is not…
-
-3
votes1
answer253
viewsHow do I display this image on my React site?
I created a Rest API to return an image of my Amazon S3 Bucket. but the image came in a strange format and I can’t see it on my page. The strange thing is that when I perform a get on Postman the…
-
-4
votes3
answers79
viewsWhat would the conversion of this algorithm look like from c to c#?
How can I convert this algorithm from c to c#? int main () { char nome[50]; float LIM=20, soma=0.0, media, mediaTurma; float a, b, c, d, e, f, g, h, i, j; int x, y; for (x=0; x<=LIM;x++){…