harrybin / vscode-copilot-extension

This an Visual Studio Code Extension enriching copilot with the option to reference GitHub issues.
MIT License
0 stars 0 forks source link

Special number calculation #3

Open norschel opened 3 months ago

norschel commented 3 months ago

A number creator is needed which is doing some special calculation. Scenario 1: If you have a negative and a positive number as input then multiply both Scenario 2: If you habe a negative number and a negative number as input, then subtract both. Scenario 3: If both input numbers are positive then divide both. Scenario 4: If the input contains Xebia then return 42. Scenario 5: If the first number is bigger than 10 and the second one is less then 5 then multiply both by 20.

norschel commented 3 months ago

Please add Scenario 6: Concat two strings and reverse the order of the characters.

harrybin commented 3 months ago

I guess szenario 4 is the most important