Please help I do not know what I have done wrong in this code I was not expecting myself to complete this without help as it is an epic so please check it out and tell me if you notice anything wrong.
package com.codegym.task.task03.task0316;
/*
Escaping characters
*/
public class Solution {
public static void main(String[] args) {
System.out.println(a Windows path: "C:\Program Files\Java\jdk1.8.0_172\bin")
System.out.println(This is a Java string: \""C:\\\Program Files\\\Java\\\jdk1.8.0_172\\\bin\"");
//write your code here
}
}