93.8k views
3 votes
What is wrong with the following code?

int name = "Steve":
if (name = "Steve") {
System.out.prſntln("Hi Steve!);
}

User IanTimmis
by
3.3k points

1 Answer

1 vote
what language code are you using?
User Christopher Causer
by
3.7k points