I’m beginner for this UIPath and practicing some examples with c# code.
I have seen some example to Find the smallest and biggest numbers in an Array in vb.net code in UIPATH academy. I’m converting it to c# code but its not working and showing error(Screenshot attached).
Anyone have any idea hot to resolve this? This is correct c# syntax but its showing ; and } is expected.
just give a try with only { 99, 98, 92, 97, 95}; but ensure the closing ;
we can play with statements while debugging and working with the watch / immediate panel
(good course on this within the academy)
or here: https://dotnetfiddle.net/ (changed to script type)