I have a small project in .NET6 that contains minimal APIs like that one app.MapGet("/clients", async (IClientRepository repo) => { var r
I would like to write a code for this calculation: 3.3+4.8*6-4/2 Here is my code: from decimal import * a = Decimal('3.3') + Decimal('4.8') * 6 b = 4 / 2 c =
I have a machine with Windows 10 Enterprise LTSB which dedicated to run an aplication in Delphi. There is no one another programs installed on that. Lately, I'v
How can I achieve a ForEach result that displays each array member, along with numerical values depending on the list count, that increment up
I am trying to create a android module with some dependency shadowjar in to new package name and upload it to nexus repo. but the shadow process is not working
While creating a new form,do we need to enter both title and name for the form?may i know why it is mandatory to enter both or what is the difference between Fo
Hello I have a window with a button that should open an AlertDialog. How can I build a test that tells me that the alert opened? var button = find.byKey(KEY_ADD
I'm trying to create a function printarr that prints a dynamically sized array. However, whenever I try to run the code I get the error above. I tried copying c
Is it possible to click one button and simultaneously click another element. Like I click a button to show an image and simultaneously let something else appear