peyzar2᲼᲼
peyzar2᲼᲼
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
thanks
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
I think it may be because my pc apparently doesnt support some unicodes , i tried on online compier and is fine
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
i have tried to put unicode before the C but it appear invisible again
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
do you have any idea what could be the issue on me?
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
actually it appear to me too but when I get all diamonds, when I directly press ESC it show like that
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
weird, thanks
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
this is what I get
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
17 replies
CC#
Created by peyzar2᲼᲼ on 6/8/2023 in #help
First letter gone
yessir
17 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
I managed to do it by 10+10 start, code is
int i = 10;
int a = 10;

while (a < 1000)
{
a += i++;
}

Console.WriteLine(a);
Console.WriteLine(i);
int i = 10;
int a = 10;

while (a < 1000)
{
a += i++;
}

Console.WriteLine(a);
Console.WriteLine(i);
but I need to start by 10+11 :/
8 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
So I need to make it to sum numbers after 10 and add after number is summed +1 like after 10 to sum the result before with 11 and the final result should be lower than 1000 I did mistake and typed = its only <. At the end it needs to console writeline the last number which was summed for example 35 to make the last number. This is more clear text.
8 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
yea i though the same tried adding i++ at the end but it makes some very big number
8 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
I need to cw only the last number which when you sum it makes 1000
8 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
It is making the console empty.
8 replies
CC#
Created by peyzar2᲼᲼ on 11/23/2022 in #help
❔ Using WHILE to sum numbers from 10 until sum == 1000
so it has to start with 10 too?
8 replies